Remove DEF_VEC_I(offset_type)
It is unused. gdb/ChangeLog: * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
This commit is contained in:
parent
ce1459e528
commit
9f034d7573
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-03-26 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
|
||||
|
||||
2018-03-26 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* filename-seen-cache.h: Add include guard.
|
||||
|
|
|
@ -162,8 +162,6 @@ DEF_VEC_O (dwarf2_section_info_def);
|
|||
architecture-independent. */
|
||||
typedef uint32_t offset_type;
|
||||
|
||||
DEF_VEC_I (offset_type);
|
||||
|
||||
/* Ensure only legit values are used. */
|
||||
#define DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE(cu_index, value) \
|
||||
do { \
|
||||
|
|
Loading…
Add table
Reference in a new issue