]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
xbstrerror() not needed I think
authorwessels <>
Fri, 17 Oct 1997 11:27:56 +0000 (11:27 +0000)
committerwessels <>
Fri, 17 Oct 1997 11:27:56 +0000 (11:27 +0000)
lib/util.c

index 3398e84d178e0917a56885247c38997f9664a1d0..83724d5a06a0f59eab75bc17123f6b9fedb1520d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: util.c,v 1.31 1997/10/15 22:06:44 kostas Exp $
+ * $Id: util.c,v 1.32 1997/10/17 05:27:56 wessels Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
@@ -444,6 +444,7 @@ xstrerror(void)
     return xstrerror_buf;
 }
 
+#if NOT_NEEDED
 /*
  * xbstrerror with argument for late notification */
 
@@ -456,6 +457,7 @@ xbstrerror(int err)
     sprintf(xbstrerror_buf, "(%d) %s", err, strerror(err));
     return xbstrerror_buf;
 }
+#endif
 
 void
 Tolower(char *q)