diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-27 14:29:09 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-27 14:29:09 +0000 |
commit | cebbf6d44ef277c7349fec19e70f93915b351e2a (patch) | |
tree | 78ecc0d718d255e06e55fabf87a1244598574783 /threads.c | |
parent | c7b246e3b64b79f588f364d904cdb1337eccd91b (diff) | |
download | rsyslog-cebbf6d44ef277c7349fec19e70f93915b351e2a.tar.gz rsyslog-cebbf6d44ef277c7349fec19e70f93915b351e2a.tar.bz2 rsyslog-cebbf6d44ef277c7349fec19e70f93915b351e2a.zip |
some cleanup
Diffstat (limited to 'threads.c')
-rw-r--r-- | threads.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -79,7 +79,6 @@ static rsRetVal thrdConstruct(thrdInfo_t **ppThis) static rsRetVal thrdDestruct(thrdInfo_t *pThis) { assert(pThis != NULL); -dbgprintf("thrdDestruct, pThis: %lx\n", pThis); if(pThis->bIsActive == 1) { thrdTerminate(pThis); |