* Removed all of the thread cancellation cruft that is no longer necessary
[citadel.git] / citadel / server.h
index b693c275dd87d478aac870043574e6f876ab4fd9..72dc9f4d647293c588d6865401d2c172633beb1a 100644 (file)
@@ -1,5 +1,4 @@
 /* $Id$ */
-typedef pthread_t THREAD;
 
 /* Uncomment this if you want to track memory leaks.
  * This incurs some overhead, so don't use it unless you're debugging the code!