removed some declarations that are no longer used
[citadel.git] / citadel / threads.c
index 9dd6b608ba142f83977719dda9ac6dd9e4e487eb..4da15e6fb650a4985fa5b4161df92e17706f535a 100644 (file)
@@ -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
  */