blob: fbba9e6c52231a30d3b865e1942384b4b3655483 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 2005/11/13 14:16:05 shannonjr Exp $
--- ./gdb/cli/cli-decode.c.orig 2004-10-20 17:12:50.000000000 -0600
+++ ./gdb/cli/cli-decode.c
@@ -1265,8 +1265,6 @@ deprecated_cmd_warning (char **text)
struct cmd_list_element *alias = NULL;
struct cmd_list_element *prefix_cmd = NULL;
struct cmd_list_element *cmd = NULL;
- struct cmd_list_element *c;
- char *type;
if (!lookup_cmd_composition (*text, &alias, &prefix_cmd, &cmd))
/* return if text doesn't evaluate to a command */
|