aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2017-05-02 13:30:09 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2017-05-02 13:30:09 -0400
commitb560ebd6605503276e09b2ef75c94e1d10f176f2 (patch)
tree6cbb46b9545fee20825c69f777e72d7402398e63 /gdb/common
parentf2f46dfcdafe6bd32152d80b5e832d2fab4e6900 (diff)
downloadgdb-b560ebd6605503276e09b2ef75c94e1d10f176f2.zip
gdb-b560ebd6605503276e09b2ef75c94e1d10f176f2.tar.gz
gdb-b560ebd6605503276e09b2ef75c94e1d10f176f2.tar.bz2
Remove definition of VEC (CORE_ADDR)
gdb/ChangeLog: * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
Diffstat (limited to 'gdb/common')
-rw-r--r--gdb/common/gdb_vecs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/common/gdb_vecs.h b/gdb/common/gdb_vecs.h
index d777747..b5fccbc 100644
--- a/gdb/common/gdb_vecs.h
+++ b/gdb/common/gdb_vecs.h
@@ -31,8 +31,6 @@ DEF_VEC_P (const_char_ptr);
DEF_VEC_I (int);
-DEF_VEC_I (CORE_ADDR);
-
extern void free_char_ptr_vec (VEC (char_ptr) *char_ptr_vec);
extern struct cleanup *