diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-08-25 12:35:09 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-08-25 12:35:09 +0200 |
commit | 2f7586bbe415318c35b9ec6d4680c81d443a6660 (patch) | |
tree | ed38b6073ed7b005fe0d98cca7679a7431281210 /tools/syslogd.c | |
parent | 8939ccfffd3a0580ead376234ad64a9602d4e4e6 (diff) | |
download | rsyslog-2f7586bbe415318c35b9ec6d4680c81d443a6660.tar.gz rsyslog-2f7586bbe415318c35b9ec6d4680c81d443a6660.tar.bz2 rsyslog-2f7586bbe415318c35b9ec6d4680c81d443a6660.zip |
cleanup: remove left-over commented-out code
Diffstat (limited to 'tools/syslogd.c')
-rw-r--r-- | tools/syslogd.c | 10 |
1 files changed, 0 insertions, 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; |