Remove unused cconf item
authorRemco Rijnders <remco@webconquest.com>
Wed, 15 Feb 2012 19:24:15 +0000 (20:24 +0100)
committerRemco Rijnders <remco@webconquest.com>
Wed, 15 Feb 2012 19:24:15 +0000 (20:24 +0100)
src/ircd.c

index 797cb336b5cc744ed27f2114f0486bf56e1ee5e3..12067327324ec07f14bec8112fa3c7dfc7b477d1 100644 (file)
@@ -228,7 +228,7 @@ static time_t try_connections (currenttime)
     int connecting, confrq, am_connected_leaf;
     time_t next = 0;
     aClass *cltmp;
-    aConfItem *cconf, *con_conf = NULL;
+    aConfItem *con_conf = NULL;
     int con_class = 0;
 
     connecting = FALSE;