From: Simon Marchi Date: Fri, 17 Nov 2017 18:02:25 +0000 (-0500) Subject: Remove DEF_VEC_I (int) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7468702dcb37013edbbbc62e247e23c4b2632379;p=binutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 46de331eec3..7d580462b98 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-11-17 Simon Marchi + + * common/gdb_vecs.h (DEF_VEC_I (int)): Remove. + 2017-11-17 Simon Marchi * common/filestuff.c: Include . diff --git a/gdb/common/gdb_vecs.h b/gdb/common/gdb_vecs.h index b5fccbcda05..589b3d5684a 100644 --- a/gdb/common/gdb_vecs.h +++ b/gdb/common/gdb_vecs.h @@ -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 *