From: wessels <> Date: Thu, 30 Oct 1997 13:23:39 +0000 (+0000) Subject: dont need err_string[] in globals.h X-Git-Tag: SQUID_3_0_PRE1~4618 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9171615170e42cc4dff60e2842111089c708ba79;p=thirdparty%2Fsquid.git dont need err_string[] in globals.h --- diff --git a/src/globals.h b/src/globals.h index 205ff8e3eb..96adc28b1d 100644 --- a/src/globals.h +++ b/src/globals.h @@ -10,7 +10,6 @@ extern char *ConfigFile; /* NULL */ extern char *IcpOpcodeStr[]; extern char *dns_error_message; /* NULL */ extern const char *log_tags[]; -extern const char *err_string[]; extern char tmp_error_buf[ERROR_BUF_SZ]; extern char *volatile debug_options; /* NULL */ extern char ThisCache[SQUIDHOSTNAMELEN << 1];