summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_malloc.c
diff options
context:
space:
mode:
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 618b726..3de5e17 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");
OpenPOWER on IntegriCloud