From 1e0d01ac3b180a0e71ce7091863d6444ddbb64fc Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 6 Feb 2005 05:49:43 +0000 Subject: [PATCH] Kill unused opt_accel_uses_host global. --- src/globals.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/globals.h b/src/globals.h index 0668bca660..5ce7cc5149 100644 --- a/src/globals.h +++ b/src/globals.h @@ -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 */ -- 2.47.3