blob: 63f0408a0ecef535f982284e28d870e5e92b7449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ar,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
--- gdb/mi/mi-cmd-stack.c.orig 2004-10-20 17:13:34.000000000 -0600
+++ gdb/mi/mi-cmd-stack.c
@@ -227,7 +227,6 @@ list_args_or_locals (int locals, int val
struct block *block;
struct symbol *sym;
struct dict_iterator iter;
- int nsyms;
struct cleanup *cleanup_list;
static struct ui_stream *stb = NULL;
struct type *type;
|