- Removed old, unused 'FILE *cache_useragent_log' from before the
invention of the logfile module.
/*
- * $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/
*/
extern FILE *debug_log; /* NULL */
-extern FILE *cache_useragent_log; /* NULL */
extern SquidConfig Config;
extern SquidConfig2 Config2;
extern char *ConfigFile; /* NULL */
/*
- * $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
{
if (debug_log)
fflush(debug_log);
- if (cache_useragent_log)
- fflush(cache_useragent_log);
}
char *