* Killed off CtdlGetDynamicSymbol() and just put all the symbols in server.h
[citadel.git] / citadel / serv_pop3.c
index 26851523b6502bc2a72920dc05daa14fdddb91ab..e0adfa0a41dd4771d706a01db763cfeb3ca44465 100644 (file)
@@ -59,8 +59,6 @@
 #include "serv_pop3.h"
 #include "md5.h"
 
-long SYM_POP3;
-
 
 /*
  * This cleanup function blows away the temporary memory and files used by
@@ -618,7 +616,6 @@ void pop3_command_loop(void) {
 
 char *serv_pop3_init(void)
 {
-       SYM_POP3 = CtdlGetDynamicSymbol();
        CtdlRegisterServiceHook(config.c_pop3_port,
                                NULL,
                                pop3_greeting,