summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-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 46de331eec3..7d580462b98 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 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 *