From 05d08b5a3dad0def0cc0e8f8b70eea783d31d166 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 11 Oct 1997 10:49:43 +0000 Subject: Remove a debug printf entirely. --- sys/kern/kern_malloc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/kern/kern_malloc.c') diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index ddeb8e4..33052d9 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)kern_malloc.c 8.3 (Berkeley) 1/4/94 - * $Id: kern_malloc.c,v 1.32 1997/10/10 18:14:22 phk Exp $ + * $Id: kern_malloc.c,v 1.33 1997/10/11 10:41:44 peter Exp $ */ #include @@ -403,9 +403,6 @@ malloc_init(type) { int npg; -#if 0 - printf("%p [%s]", type, type->ks_shortdesc); -#endif /* * Limit maximum memory for each type to 60% of malloc area size or * 60% of physical memory, whichever is smaller. -- cgit v1.1