diff options
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 7fc77d0..541e7d0 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -807,7 +807,6 @@ define_symbol (CORE_ADDR valu, char *string, int desc, int type, struct type *range_type; int ind = 0; char quote = *p++; - char *startp = p; gdb_byte *string_local = (gdb_byte *) alloca (strlen (p)); gdb_byte *string_value; |