diff options
author | Doug Evans <dje@google.com> | 2014-03-31 16:51:37 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-03-31 16:51:37 -0700 |
commit | 11a865c84fcf530d8d96d01566f4bde378f629a1 (patch) | |
tree | f8b83b35765715b52971c62ceaf3140e0792bb9c /gdb/dwarf2read.c | |
parent | 4658f0eaf5036d9e4e9b968d9f31366746029c10 (diff) | |
download | gdb-11a865c84fcf530d8d96d01566f4bde378f629a1.zip gdb-11a865c84fcf530d8d96d01566f4bde378f629a1.tar.gz gdb-11a865c84fcf530d8d96d01566f4bde378f629a1.tar.bz2 |
dwarf2read.c (read_cutu_die_from_dwo): Delete unused local comp_dir_string.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 64f7383..0c8d99f 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -4970,7 +4970,6 @@ read_cutu_die_from_dwo (struct dwarf2_per_cu_data *this_cu, struct dwarf2_section_info *section; bfd *abfd; const gdb_byte *begin_info_ptr, *info_ptr; - const char *comp_dir_string; ULONGEST signature; /* Or dwo_id. */ struct attribute *comp_dir, *stmt_list, *low_pc, *high_pc, *ranges; int i,num_extra_attrs; |