diff options
Diffstat (limited to 'gdb/common/gdb_vecs.h')
-rw-r--r-- | gdb/common/gdb_vecs.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 * |