From 2f7586bbe415318c35b9ec6d4680c81d443a6660 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sat, 25 Aug 2012 12:35:09 +0200 Subject: cleanup: remove left-over commented-out code --- tools/syslogd.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tools/syslogd.c b/tools/syslogd.c index 90f78d25..81150677 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -215,16 +215,6 @@ int repeatinterval[2] = { 30, 60 }; /* # of secs before flush */ static pid_t ppid; /* This is a quick and dirty hack used for spliting main/startup thread */ -#if 0 -#warning need this? -//======= -typedef struct legacyOptsLL_s { - uchar *line; - struct legacyOptsLL_s *next; -} legacyOptsLL_t; -legacyOptsLL_t *pLegacyOptsLL = NULL; -#endif - struct queuefilenames_s { struct queuefilenames_s *next; uchar *name; -- cgit