Fix the missing #define CTDLTHREAD_BIGSTACK for the rss client.
[citadel.git] / citadel / threads.h
index 956ad69b90e73ac78878a07d87323b0eb459044d..5d21101386d89b22b5476ff931f71f70a5856734 100644 (file)
@@ -25,8 +25,6 @@
 /*
  * Thread stuff
  */
-#define CTDLTHREAD_BIGSTACK    0x0001
-#define CTDLTHREAD_WORKER      0x0002
 
 enum CtdlThreadState {
        CTDL_THREAD_INVALID,