]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.h
mood.c: Trivial cosmetics for int_sqrt().
[paraslash.git] / command.h
index 8a117b9c36bf2c6818827ed745a5a47635ab0843..5b01eb79e3500f34d135d1bdc8db6ac8ec4ad59c 100644 (file)
--- a/command.h
+++ b/command.h
@@ -6,10 +6,6 @@ struct command_context {
        const char *peer;
        /** The paraslash user that executes this command. */
        struct user *u;
-       /** Argument count. */
-       int argc;
-       /** Argument vector. */
-       char **argv;
        /** File descriptor and crypto keys. */
        struct stream_cipher_context scc;
 };