Remove DEF_VEC_I (int)

Now that all its usages are removed, we can get rid of DEF_VEC_I (int).

gdb/ChangeLog:

	* common/gdb_vecs.h (DEF_VEC_I (int)): Remove.
This commit is contained in:
Simon Marchi
2017-11-17 13:02:25 -05:00
committed by Simon Marchi
parent f27866ba9c
commit 7468702dcb
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
* common/gdb_vecs.h (DEF_VEC_I (int)): Remove.
2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
* common/filestuff.c: Include <algorithm>.

View File

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