]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Remove obsolete server subcommand "task".
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 17 Mar 2020 17:28:45 +0000 (18:28 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 27 Feb 2021 16:58:26 +0000 (17:58 +0100)
It was deprecated long ago. Since v0.6.2 it does nothing anyway.

client.c
command.c
m4/lls/server_cmd.suite.m4

index f72719f27df46b012165a9e8c8bde3586d602a95..46163f162d7da19bb2f57ae8fc24873b0b8a32bd 100644 (file)
--- a/client.c
+++ b/client.c
@@ -243,7 +243,6 @@ I9E_DUMMY_COMPLETER(term);
 I9E_DUMMY_COMPLETER(stop);
 I9E_DUMMY_COMPLETER(addatt);
 I9E_DUMMY_COMPLETER(init);
-I9E_DUMMY_COMPLETER(tasks);
 
 static struct i9e_completer completers[];
 
index 8ea725de7898ef817a62c0ba2755c73a0f744572..a7d078cc5e10b5a564d736cca4e756ffdec6a1ef 100644 (file)
--- a/command.c
+++ b/command.c
@@ -748,14 +748,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);
index 2a39907cee624219d1fb166b07dbf84288f67bb4..f73d66b26a713ce70ed144e38362a73f5ddcf8c1 100644 (file)
@@ -500,15 +500,6 @@ aux_info_prefix = Permissions:
                the vss status flags, effectively stopping playback.
        [/description]
 
-[subcommand tasks]
-       purpose = list active server tasks (deprecated)
-       aux_info = NO_PERMISSION_REQUIRED
-       [description]
-               This used to print the ID, the status and the name of each task,
-               mainly for debugging purposes. As of version 0.6.2, the subcommand
-               prints nothing. It will be removed in 0.7.0. Don't use.
-       [/description]
-
 [subcommand term]
        purpose = ask the server to terminate
        aux_info = VSS_READ | VSS_WRITE