afh.h: Trivial whitespace fix.
[paraslash.git] / command.h
index ab76d6027d8f9cbcfe6075050c0c7188fc271c1b..5e1a4ce3edc1a8812948ada45eecd2f76df4f7be 100644 (file)
--- a/command.h
+++ b/command.h
@@ -10,8 +10,6 @@ struct command_context {
        int argc;
        /** Argument vector. */
        char **argv;
-       /** The command being executed. */
-       const struct server_command *cmd;
        /** File descriptor and crypto keys. */
        struct stream_cipher_context scc;
 };