Fix warnings all over citserver; handle function replies; remove unused code.
[citadel.git] / citadel / modules / migrate / serv_migrate.c
index 091822c38a97598fe44d7c6c4a8fa2255bd86ecb..d1d6d04b95795d4adfc2bf51a6ebdb55104e3df5 100644 (file)
@@ -394,8 +394,6 @@ void migr_export_messages(void) {
 
 
 void migr_do_export(void) {
-       struct config *buf;
-       buf = &config;
        CitContext *Ctx;
 
        Ctx = CC;
@@ -1017,6 +1015,6 @@ CTDL_MODULE_INIT(migrate)
                CtdlRegisterProtoHook(cmd_migr, "ARTV", "Across-the-wire migration (legacy syntax)");
        }
        
-       /* return our Subversion id for the Log */
+       /* return our module name for the log */
        return "migrate";
 }