From 071e376d9eaba87de2b22ee964684eb4e5883e81 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 17 Jan 2014 00:23:09 +0100 Subject: [PATCH] Remove an unused variable. --- src/newconf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/newconf.c b/src/newconf.c index 07bd8bbb..da3f8672 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -1694,7 +1694,6 @@ conf_set_serverhide_links_delay(void *data) static void conf_set_service_name(void *data) { - struct Client *target_p; const char *s; char *tmp; int dots = 0;