Remove legacy command ARTV
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 14 Nov 2014 19:11:33 +0000 (14:11 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Fri, 14 Nov 2014 19:11:33 +0000 (14:11 -0500)
citadel/modules/migrate/serv_migrate.c

index e82ee8a04d4eadc339151c63db77d715c10ee852..6e7f2dbbf9eae7696aa5766ccf55002fba3d32cd 100644 (file)
@@ -1041,7 +1041,6 @@ CTDL_MODULE_INIT(migrate)
        if (!threading)
        {
                CtdlRegisterProtoHook(cmd_migr, "MIGR", "Across-the-wire migration");
-               CtdlRegisterProtoHook(cmd_migr, "ARTV", "Across-the-wire migration (legacy syntax)");
        }
        
        /* return our module name for the log */