mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
committed by
Simon Marchi
parent
f27866ba9c
commit
7468702dcb
@@ -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>.
|
||||
|
||||
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user