From e96218960c4b8acb0127e2364cb8f2d8bde14d12 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 8 Sep 2009 09:03:56 +0200 Subject: [PATCH] Removed unused local --- src/pazpar2_config.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pazpar2_config.c b/src/pazpar2_config.c index f58820c..767ea2f 100644 --- a/src/pazpar2_config.c +++ b/src/pazpar2_config.c @@ -39,9 +39,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA static char confdir[256] = "."; -struct conf_config *config1 = 0; - - static char *parse_settings(NMEM nmem, xmlNode *node); static -- 1.7.10.4