From 5f729f76f5a63114df582fc29f4189140c1e5ead Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 22 Oct 2010 22:46:44 +0200 Subject: [PATCH] Remove unused variables. These were caused by commit 667b1bac77b134cf32c98d5dc25619e8c3303f52. --- src/conf.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/conf.c b/src/conf.c index c5467d20..1b8213c4 100644 --- a/src/conf.c +++ b/src/conf.c @@ -358,7 +358,6 @@ void read_config_options(avl_tree_t *config_tree, const char *prefix) { } bool read_server_config() { - list_node_t *node, *next; char *fname; bool x; @@ -377,8 +376,6 @@ bool read_server_config() { } bool read_connection_config(connection_t *c) { - list_node_t *node, *next; - size_t name_len = strlen(c->name); char *fname; bool x; -- 2.20.1