Remove unused variables.

These were caused by commit 667b1bac77.
This commit is contained in:
Guus Sliepen 2010-10-22 22:46:44 +02:00
parent 20ae7dd8c1
commit 5f729f76f5

View file

@ -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;