diff --git a/sys/kern/kern_malloc_debug.c b/sys/kern/kern_malloc_debug.c index 4a366f803f9c..426955c02963 100644 --- a/sys/kern/kern_malloc_debug.c +++ b/sys/kern/kern_malloc_debug.c @@ -1,4 +1,4 @@ -/* $NetBSD: kern_malloc_debug.c,v 1.8 2002/11/25 08:31:58 itojun Exp $ */ +/* $NetBSD: kern_malloc_debug.c,v 1.9 2002/11/25 08:50:07 itojun Exp $ */ /* * Copyright (c) 1999, 2000 Artur Grabowski @@ -56,7 +56,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: kern_malloc_debug.c,v 1.8 2002/11/25 08:31:58 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_malloc_debug.c,v 1.9 2002/11/25 08:50:07 itojun Exp $"); #include #include @@ -80,13 +80,8 @@ __KERNEL_RCSID(0, "$NetBSD: kern_malloc_debug.c,v 1.8 2002/11/25 08:31:58 itojun * if any memory chunks of this type are used. It's ok to change the size * in runtime. */ -#if 1 int debug_malloc_type = -1; int debug_malloc_size = -1; -#else -int debug_malloc_type = M_UVMAMAP; -int debug_malloc_size = 0; -#endif int debug_malloc_size_lo = -1; int debug_malloc_size_hi = -1;