blob: 2bf8d30353dbf205257180c0acee075477ad2ee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2005/10/20 17:48:49 wiz Exp $
--- ./gdb/cli/cli-decode.c.orig 2004-02-10 12:08:15.000000000 -0700
+++ ./gdb/cli/cli-decode.c
@@ -1207,8 +1207,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 */
|