changeset 19040:512a4792d9f5

lib-master: Compiler warning fix
author Timo Sirainen <tss@iki.fi>
date Sun, 30 Aug 2015 00:42:16 +0300
parents 8f8f768937f5
children c53ccafc4a8e
files src/lib-master/master-service.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-master/master-service.c	Sat Apr 25 11:42:06 2015 +0200
+++ b/src/lib-master/master-service.c	Sun Aug 30 00:42:16 2015 +0300
@@ -161,8 +161,6 @@
 #ifdef DEBUG
 	if (getenv("GDB") == NULL &&
 	    (flags & MASTER_SERVICE_FLAG_STANDALONE) == 0) {
-		int count;
-
 		value = getenv("SOCKET_COUNT");
 		if (value == NULL || str_to_uint(value, &count) < 0)
 			count = 0;