X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.h;h=5e1a4ce3edc1a8812948ada45eecd2f76df4f7be;hp=ab76d6027d8f9cbcfe6075050c0c7188fc271c1b;hb=e0e0da08c77df028c261e27f3ab0b6250fbaa3bc;hpb=7f4c8ebb15388f1ffde4bc2dd956f11522797a95 diff --git a/command.h b/command.h index ab76d602..5e1a4ce3 100644 --- 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; };