]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
removed unused code
authorwessels <>
Tue, 17 Mar 1998 12:07:35 +0000 (12:07 +0000)
committerwessels <>
Tue, 17 Mar 1998 12:07:35 +0000 (12:07 +0000)
include/util.h

index dbef5e9898b067b162e80252592a8b96aa81955e..552dd86d116f17d58872324b3abb04f0d0cb33b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: util.h,v 1.46 1998/03/13 05:46:01 wessels Exp $
+ * $Id: util.h,v 1.47 1998/03/17 05:07:35 wessels Exp $
  *
  * AUTHOR: Harvest Derived
  *
@@ -180,20 +180,6 @@ extern time_t parse_iso3307_time(const char *buf);
 extern char *base64_decode(const char *coded);
 extern const char *base64_encode(const char *decoded);
 
-#if 0 /* trying new "pool"ed strings */
-typedef struct _String {
-    char *buf;
-    off_t off;
-    size_t len;
-    int refcount;
-} String;
-
-extern String *stringCreate(size_t);
-extern void stringAppend(String *, const char *, size_t);
-extern void stringFree(String *);
-#define stringLength(S) (S)->off
-#endif
-
 extern double xpercent(double part, double whole);
 extern int xpercentInt(double part, double whole);
 extern double xdiv(double nom, double denom);