summaryrefslogtreecommitdiff
path: root/httpd/worker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'httpd/worker.cpp')
-rw-r--r--httpd/worker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/httpd/worker.cpp b/httpd/worker.cpp
index fc8a271..7552db9 100644
--- a/httpd/worker.cpp
+++ b/httpd/worker.cpp
@@ -77,7 +77,6 @@ namespace tnt
{
cxxtools::MutexLock lock(mutex);
workers.erase(this);
- comploader.cleanup();
log_debug("delete worker " << threadId << " - " << workers.size() << " threads left - " << application.getQueue().getWaitThreadCount() << " waiting threads");
}