diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-08-18 19:08:44 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-08-18 19:08:44 +0200 |
commit | 9bb9181572d445dd300546113fc617eb549866ba (patch) | |
tree | b3ef8954e4e37e176159391eebfbc45ce7676a65 /runtime | |
parent | bfc3eaf23cae0ef8685fc25b71e701e2c4690509 (diff) | |
download | rsyslog-9bb9181572d445dd300546113fc617eb549866ba.tar.gz rsyslog-9bb9181572d445dd300546113fc617eb549866ba.tar.xz rsyslog-9bb9181572d445dd300546113fc617eb549866ba.zip |
very minor cleanup
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/stream.c | 1 |
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) { |