From 68d032665d5332abc2452548e44717c377337181 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 9 Jul 2007 14:38:11 +0000 Subject: removed duplicate (conditional) code --- syslogd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/syslogd.c b/syslogd.c index 721d372e..07320405 100644 --- a/syslogd.c +++ b/syslogd.c @@ -9417,11 +9417,7 @@ static void mainloop(void) int main(int argc, char **argv) { register int i; register char *p; -#if !defined(__GLIBC__) int num_fds; -#else /* __GLIBC__ */ - int num_fds; -#endif /* __GLIBC__ */ #ifdef MTRACE mtrace(); /* this is a debug aid for leak detection - either remove -- cgit