Remove DEF_VEC_I (int)
authorSimon Marchi <simon.marchi@polymtl.ca>
Fri, 17 Nov 2017 18:02:25 +0000 (13:02 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Fri, 17 Nov 2017 18:03:34 +0000 (13:03 -0500)
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.

gdb/ChangeLog
gdb/common/gdb_vecs.h

index 46de331..7d58046 100644 (file)
@@ -1,5 +1,9 @@
 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>.
        (open_fds): Change type to std::vector<int>.
        (do_mark_open_fd): Adjust.
index b5fccbc..589b3d5 100644 (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 *