From: wessels <> Date: Sat, 15 Nov 1997 03:00:39 +0000 (+0000) Subject: remove unused cruft X-Git-Tag: SQUID_3_0_PRE1~4528 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43c19710a23889e37b4ff3255b8efea14a9ddc6c;p=thirdparty%2Fsquid.git remove unused cruft --- diff --git a/src/stat.cc b/src/stat.cc index 2bd75d5fa0..20c1aca70f 100644 --- a/src/stat.cc +++ b/src/stat.cc @@ -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 @@ -107,18 +107,6 @@ #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 *);