Skip to content

Commit

Permalink
engine: cmd: remove unused global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Feb 17, 2024
1 parent 3cea126 commit 05ff0d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/common/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit 05ff0d6

Please sign in to comment.