X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fthreads.c;h=4da15e6fb650a4985fa5b4161df92e17706f535a;hb=4e86a19f2e70eca4b8f91b232955bd699ad3bca8;hp=9dd6b608ba142f83977719dda9ac6dd9e4e487eb;hpb=3266c188546fc12ace3731baaad99f8c1425bd5a;p=citadel.git diff --git a/citadel/threads.c b/citadel/threads.c index 9dd6b608b..4da15e6fb 100644 --- a/citadel/threads.c +++ b/citadel/threads.c @@ -146,10 +146,7 @@ void InitializeMasterTSD(void) { memset(&masterTSD, 0, sizeof(struct thread_tsd)); } -extern void ShutDownEventQueues(void); -int EventQShuttingDown = 0; -int EVQShutDown = 0; /* * Initialize the thread system */