]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Kill unused opt_accel_uses_host global.
authorhno <>
Sun, 6 Feb 2005 05:49:43 +0000 (05:49 +0000)
committerhno <>
Sun, 6 Feb 2005 05:49:43 +0000 (05:49 +0000)
src/globals.h

index 0668bca66024d594ca6ebb49abd5562c71e149ec..5ce7cc51493957a21c084c85b2efe6c80d4464b6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: globals.h,v 1.127 2004/08/30 03:28:59 robertc Exp $
+ * $Id: globals.h,v 1.128 2005/02/05 22:49:43 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -77,7 +77,6 @@ extern int do_mallinfo;               /* 0 */
 extern int opt_reuseaddr;      /* 1 */
 extern int icmp_sock;          /* -1 */
 extern int neighbors_do_private_keys;  /* 1 */
-extern int opt_accel_uses_host;        /* 0 */
 extern int opt_catch_signals;  /* 1 */
 extern int opt_debug_stderr;   /* -1 */
 extern int opt_dns_tests;      /* 1 */