aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2017-11-17 13:02:25 -0500
committerSimon Marchi <simon.marchi@ericsson.com>2017-11-17 13:03:34 -0500
commit7468702dcb37013edbbbc62e247e23c4b2632379 (patch)
treefc01610e1c7d43f689f626f14ae413e015312e32
parentf27866ba9c348a72a899f5a84dadf1f943c89720 (diff)
downloadgdb-7468702dcb37013edbbbc62e247e23c4b2632379.zip
gdb-7468702dcb37013edbbbc62e247e23c4b2632379.tar.gz
gdb-7468702dcb37013edbbbc62e247e23c4b2632379.tar.bz2
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.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/common/gdb_vecs.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 46de331..7d58046 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/common/gdb_vecs.h b/gdb/common/gdb_vecs.h
index b5fccbc..589b3d5 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 *