From 9171615170e42cc4dff60e2842111089c708ba79 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 30 Oct 1997 13:23:39 +0000 Subject: [PATCH] dont need err_string[] in globals.h --- src/globals.h | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.47.2