]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Thu, 13 Jul 2000 12:06:16 +0000 (12:06 +0000)
committerwessels <>
Thu, 13 Jul 2000 12:06:16 +0000 (12:06 +0000)
 - Removed old, unused 'FILE *cache_useragent_log' from before the
   invention of the logfile module.

src/globals.h
src/tools.cc

index 191cdc704320b58e125135a3fb575d3fac6d1449..207b02834ebfe90d21bf30a5af40fbc40068f6e1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: globals.h,v 1.95 2000/06/27 22:06:01 hno Exp $
+ * $Id: globals.h,v 1.96 2000/07/13 06:06:16 wessels Exp $
  *
  *
  * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -32,7 +32,6 @@
  */
 
 extern FILE *debug_log;                /* NULL */
-extern FILE *cache_useragent_log;      /* NULL */
 extern SquidConfig Config;
 extern SquidConfig2 Config2;
 extern char *ConfigFile;       /* NULL */
index 5957332a4866acc4582fc1d8fff0d5847c45a898..e6aefbe84b98e117132d28c622f56b36024ca73d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: tools.cc,v 1.193 2000/06/27 22:06:05 hno Exp $
+ * $Id: tools.cc,v 1.194 2000/07/13 06:06:16 wessels Exp $
  *
  * DEBUG: section 21    Misc Functions
  * AUTHOR: Harvest Derived
@@ -735,8 +735,6 @@ logsFlush(void)
 {
     if (debug_log)
        fflush(debug_log);
-    if (cache_useragent_log)
-       fflush(cache_useragent_log);
 }
 
 char *