From 83fa7018cb10ccff445c18f24cb69a82179fc5ed Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Sun, 23 Jul 2023 12:47:55 -0400 Subject: [PATCH] cdecl99: Remove some unused variable declarations. --- src/commands.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands.c b/src/commands.c index fd2a5a3..faaf607 100644 --- a/src/commands.c +++ b/src/commands.c @@ -59,7 +59,6 @@ retry: int run_command_explain(const char *arg) { - const struct cdecl_error *err; struct cdecl *decl; const char *str; int ret = -1; @@ -86,7 +85,6 @@ out: int run_command_simplify(const char *arg) { - const struct cdecl_error *err; struct cdecl *decl; const char *str; int ret = -1; -- 2.43.2