Remove definition of VEC (CORE_ADDR)

gdb/ChangeLog:

	* common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
This commit is contained in:
Simon Marchi 2017-05-02 13:30:09 -04:00 committed by Simon Marchi
parent f2f46dfcda
commit b560ebd660
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
* common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
* solib-target.c: Include <vector>

View File

@ -31,8 +31,6 @@ DEF_VEC_P (const_char_ptr);
DEF_VEC_I (int);
DEF_VEC_I (CORE_ADDR);
extern void free_char_ptr_vec (VEC (char_ptr) *char_ptr_vec);
extern struct cleanup *