]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove xrealloc stderr debug
authorwessels <>
Fri, 13 Mar 1998 12:45:35 +0000 (12:45 +0000)
committerwessels <>
Fri, 13 Mar 1998 12:45:35 +0000 (12:45 +0000)
lib/util.c

index 5df5eb03684bfb18a8cbe377b2446771955a68a3..009fd729db96e4ad41ffa157a0e6804049988306 100644 (file)
@@ -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