From: tholo Date: Sun, 24 Mar 1996 17:05:35 +0000 (+0000) Subject: iprint is used without DEBUG too X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=05dffa0c25459dad8c17192356acad128f270f32;p=openbsd iprint is used without DEBUG too --- diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 19fbbf5f62e..65cb852f00f 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_glue.c,v 1.10 1996/03/19 21:10:55 mickey Exp $ */ +/* $OpenBSD: vm_glue.c,v 1.11 1996/03/24 17:05:35 tholo Exp $ */ /* $NetBSD: vm_glue.c,v 1.52 1996/02/12 21:51:59 christos Exp $ */ /* @@ -550,7 +550,6 @@ swapout(p) /* * DEBUG stuff */ -#ifdef DEBUG int indent = 0; @@ -578,5 +577,3 @@ iprintf(pr, fmt /* , va_alist */) (*pr)("%r", fmt, ap); va_end(ap); } -#endif -