summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-08-18 19:08:44 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-08-18 19:08:44 +0200
commit9bb9181572d445dd300546113fc617eb549866ba (patch)
treeb3ef8954e4e37e176159391eebfbc45ce7676a65
parentbfc3eaf23cae0ef8685fc25b71e701e2c4690509 (diff)
downloadrsyslog-9bb9181572d445dd300546113fc617eb549866ba.tar.gz
rsyslog-9bb9181572d445dd300546113fc617eb549866ba.tar.xz
rsyslog-9bb9181572d445dd300546113fc617eb549866ba.zip
very minor cleanup
-rw-r--r--runtime/stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/stream.c b/runtime/stream.c
index a6ed70fe..605a9771 100644
--- a/runtime/stream.c
+++ b/runtime/stream.c
@@ -833,7 +833,6 @@ finalize_it:
* the very some producer comes back in sequence to submit the then-filled buffers.
* This also enables us to timout on partially written buffers. -- rgerhards, 2009-07-06
*/
-//#include <stdio.h>
static inline rsRetVal
doAsyncWriteInternal(strm_t *pThis, size_t lenBuf)
{