X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=command.c;h=7b2660e3301b80551fb157adf12b3bfa223c7283;hb=d511199b1f1f91cc53e31637bb801e5c2425829e;hp=7b3d6faf90849a92ecbafb98538f277cfef5b02a;hpb=73a77d2b8293081f7bda2838242935bd74aebbe0;p=paraslash.git diff --git a/command.c b/command.c index 7b3d6faf..7b2660e3 100644 --- a/command.c +++ b/command.c @@ -6,10 +6,7 @@ #include #include #include -#include -#include #include -#include #include #include @@ -22,7 +19,6 @@ #include "command.h" #include "string.h" #include "afh.h" -#include "afs.h" #include "net.h" #include "server.h" #include "list.h" @@ -745,14 +741,6 @@ out: } EXPORT_SERVER_CMD_HANDLER(jmp); -/* deprecated, does nothing */ -static int com_tasks(__a_unused struct command_context *cc, - __a_unused struct lls_parse_result *lpr) -{ - return 1; -} -EXPORT_SERVER_CMD_HANDLER(tasks); - static void reset_signals(void) { para_sigaction(SIGCHLD, SIG_IGN);