mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 09:22:22 +00:00
Remove stray decl.
This commit is contained in:
@@ -85,7 +85,7 @@ cmd_command_prompt_exec(struct cmd *self, struct cmdq_item *item)
|
||||
struct args *args = cmd_get_args(self);
|
||||
struct client *tc = cmdq_get_target_client(item);
|
||||
struct cmd_find_state *target = cmdq_get_target(item);
|
||||
const char *type, *s, *input, *cmd, *file;
|
||||
const char *type, *s, *input, *cmd;
|
||||
struct cmd_command_prompt_cdata *cdata;
|
||||
char *tmp, *prompts, *prompt, *next_prompt;
|
||||
char *inputs = NULL, *next_input, *cause = NULL;
|
||||
|
||||
Reference in New Issue
Block a user