From: Guus Sliepen Date: Fri, 22 Oct 2010 20:46:44 +0000 (+0200) Subject: Remove unused variables. X-Git-Tag: release-1.0.14~39 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=5f729f76f5a63114df582fc29f4189140c1e5ead Remove unused variables. These were caused by commit 667b1bac77b134cf32c98d5dc25619e8c3303f52. --- 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;