]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove unused cruft
authorwessels <>
Sat, 15 Nov 1997 03:00:39 +0000 (03:00 +0000)
committerwessels <>
Sat, 15 Nov 1997 03:00:39 +0000 (03:00 +0000)
src/stat.cc

index 2bd75d5fa0e2e995b5237f458a84379592ea594f..20c1aca70faeeb48651531815f85aad9c3702aec 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: stat.cc,v 1.170 1997/11/12 23:47:40 wessels Exp $
+ * $Id: stat.cc,v 1.171 1997/11/14 20:00:39 wessels Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
 
 #include "squid.h"
 
-#define MAX_LINELEN (4096)
-#define max(a,b)  ((a)>(b)? (a): (b))
-
-typedef struct _log_read_data_t {
-    StoreEntry *sentry;
-} log_read_data_t;
-
-typedef struct _squid_read_data_t {
-    StoreEntry *sentry;
-    int fd;
-} squid_read_data_t;
-
 /* LOCALS */
 static const char *describeStatuses(const StoreEntry *);
 static const char *describeFlags(const StoreEntry *);