X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.h;h=5b01eb79e3500f34d135d1bdc8db6ac8ec4ad59c;hp=8a117b9c36bf2c6818827ed745a5a47635ab0843;hb=7e9cc63d2f6539585d47221e75031ba8bc172dec;hpb=b3f6c5fa7f0fe78e825ecc83f3b9f9893c0427c6;ds=sidebyside diff --git a/command.h b/command.h index 8a117b9c..5b01eb79 100644 --- 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; };