]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove DEF_VEC_I(offset_type)
authorSimon Marchi <simon.marchi@ericsson.com>
Mon, 26 Mar 2018 19:46:21 +0000 (15:46 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Mon, 26 Mar 2018 19:46:21 +0000 (15:46 -0400)
It is unused.

gdb/ChangeLog:

* dwarf2read.c (DEF_VEC_I(offset_type)): Remove.

gdb/ChangeLog
gdb/dwarf2read.c

index 7952dee95c257e64e7e48c8f443ccd4a8583f41e..47e6cff43da7076efe33c464eab54cd6cf68e26a 100644 (file)
@@ -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.
index 93ecf407e33fabb887f8de1a00d6a36799ee0f1b..211364c428a48657f001dbb859c1fa9a33e4b500 100644 (file)
@@ -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 { \