summaryrefslogtreecommitdiff
path: root/sys/kern/kern_malloc.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-10-25 17:44:59 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-10-25 17:44:59 +0000
commitf5ef029e9226c3849bdd1100b4ffe4eb60fec3d0 (patch)
tree859d5f5a3e4eed4faa56446dea4eb691bda4fb2c /sys/kern/kern_malloc.c
parent37906c686def70b561a4f3a0d7b5e57acff256fb (diff)
Notes
Diffstat (limited to 'sys/kern/kern_malloc.c')
-rw-r--r--sys/kern/kern_malloc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index 618b726361c0..3de5e1758155 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.46 1998/07/29 17:38:14 bde Exp $
+ * $Id: kern_malloc.c,v 1.47 1998/08/16 01:21:51 bde Exp $
*/
#include "opt_vm.h"
@@ -436,8 +436,6 @@ static void
malloc_init(type)
struct malloc_type *type;
{
- int npg;
- int mem_size;
if (type->ks_magic != M_MAGIC)
panic("malloc type lacks magic");