From cebbf6d44ef277c7349fec19e70f93915b351e2a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 27 Dec 2007 14:29:09 +0000 Subject: some cleanup --- threads.c | 1 - 1 file changed, 1 deletion(-) (limited to 'threads.c') diff --git a/threads.c b/threads.c index 4b86534d..38e86195 100644 --- a/threads.c +++ b/threads.c @@ -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); -- cgit