diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-05-10 15:12:46 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-05-10 15:12:46 +0200 |
commit | 2da019bfca75434428dc2bee05d20a54e8436f1c (patch) | |
tree | 5978891287b7a9cab55ea9bd9075d53eeb21297b | |
parent | e8fafeadb8d9fee64a0917c544fc792f33c02f1e (diff) | |
download | rsyslog-2da019bfca75434428dc2bee05d20a54e8436f1c.tar.gz rsyslog-2da019bfca75434428dc2bee05d20a54e8436f1c.tar.xz rsyslog-2da019bfca75434428dc2bee05d20a54e8436f1c.zip |
small cleanup
-rw-r--r-- | runtime/wti.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/wti.c b/runtime/wti.c index 77927453..44a27b3e 100644 --- a/runtime/wti.c +++ b/runtime/wti.c @@ -39,11 +39,6 @@ #include <pthread.h> #include <errno.h> -/// TODO: check on solaris if this is any longer needed - I don't think so - rgerhards, 2009-09-20 -//#ifdef OS_SOLARIS -//# include <sched.h> -//#endif - #include "rsyslog.h" #include "stringbuf.h" #include "srUtils.h" |