diff options
Diffstat (limited to 'gdb/cli/cli-decode.c')
-rw-r--r-- | gdb/cli/cli-decode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index 6140a17..81df308 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -1386,7 +1386,7 @@ lookup_cmd_1 (const char **text, struct cmd_list_element *clist, struct cmd_list_element **result_list, int ignore_help_classes) { char *command; - int len, tmp, nfound; + int len, nfound; struct cmd_list_element *found, *c; const char *line = *text; @@ -1715,7 +1715,7 @@ lookup_cmd_composition (const char *text, struct cmd_list_element **cmd) { char *command; - int len, tmp, nfound; + int len, nfound; struct cmd_list_element *cur_list; struct cmd_list_element *prev_cmd; |