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 46de331eec31bd3e1b788fa027a3715a54319b5f..7d580462b98c13db9bafdefb3c81584b4d7386ac 100644 (file)
@@ -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>.
index b5fccbcda05dc0a8ed05b9b0959da2d5ed64eab0..589b3d5684afccd0c0d13e62bf605c8c53a0a9d3 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 *
This page took 0.031692 seconds and 4 git commands to generate.