]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
server: Remove incorrect __a_unused in com_ff() and com_jmp().
[paraslash.git] / command.c
index aac344bc8027bd1dd638450af629740fbc36d875..6db0c0039f7eed58c17ec9290103efc125e3ca63 100644 (file)
--- a/command.c
+++ b/command.c
@@ -663,8 +663,7 @@ static int com_nomore(__a_unused struct command_context *cc,
 }
 EXPORT_SERVER_CMD_HANDLER(nomore);
 
-static int com_ff(__a_unused struct command_context *cc,
-               struct lls_parse_result *lpr)
+static int com_ff(struct command_context *cc, struct lls_parse_result *lpr)
 {
        long promille;
        int ret, backwards = 0;
@@ -706,8 +705,7 @@ out:
 }
 EXPORT_SERVER_CMD_HANDLER(ff);
 
-static int com_jmp(__a_unused struct command_context *cc,
-               struct lls_parse_result *lpr)
+static int com_jmp(struct command_context *cc, struct lls_parse_result *lpr)
 {
        long unsigned int i;
        int ret;