From 872373a9dffe278cfeb888eeea293988b9f66107 Mon Sep 17 00:00:00 2001 From: Dave West Date: Fri, 30 Nov 2007 21:30:01 +0000 Subject: [PATCH] Removed a spurios CtdlThreadPopName() --- citadel/sysdep.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/citadel/sysdep.c b/citadel/sysdep.c index 625c4241a..6b572a789 100644 --- a/citadel/sysdep.c +++ b/citadel/sysdep.c @@ -1872,9 +1872,6 @@ void dead_session_purge(int force) { } end_critical_section(S_THREAD_LIST); // FIXME: reduce the number of worker threads too - - CtdlThreadPopName(); - } -- 2.39.2