From 1302bbde0717ce1308143067cb668dbc9265a940 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 30 Jun 2026 22:37:02 +0100 Subject: [PATCH] Remove stray decl. --- cmd-command-prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd-command-prompt.c b/cmd-command-prompt.c index b9f1de90e..6012b6f80 100644 --- a/cmd-command-prompt.c +++ b/cmd-command-prompt.c @@ -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;