From: wessels <> Date: Fri, 13 Mar 1998 12:45:35 +0000 (+0000) Subject: remove xrealloc stderr debug X-Git-Tag: SQUID_3_0_PRE1~3848 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=042a9415d344926d1895afe9abd2629181d99917;p=thirdparty%2Fsquid.git remove xrealloc stderr debug --- diff --git a/lib/util.c b/lib/util.c index 5df5eb0368..009fd729db 100644 --- a/lib/util.c +++ b/lib/util.c @@ -1,6 +1,6 @@ /* - * $Id: util.c,v 1.57 1998/03/11 22:18:43 rousskov Exp $ + * $Id: util.c,v 1.58 1998/03/13 05:45:35 wessels Exp $ * * DEBUG: * AUTHOR: Harvest Derived @@ -570,7 +570,6 @@ xrealloc(void *s, size_t sz) exit(1); } #if XMALLOC_DEBUG - fprintf(stderr, "realloc: ``mallocing'' %p\n", s); check_malloc(p, sz); #endif #if XMALLOC_STATISTICS