diff --git a/engine/common/cmd.c b/engine/common/cmd.c index 5b22291e..741cb02f 100644 --- a/engine/common/cmd.c +++ b/engine/common/cmd.c @@ -529,7 +529,6 @@ typedef struct cmd_s static int cmd_argc; static const char *cmd_args = NULL; static char *cmd_argv[MAX_CMD_TOKENS]; -static char cmd_tokenized[MAX_CMD_BUFFER]; // will have 0 bytes inserted static cmd_t *cmd_functions; // possible commands to execute /*