diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2017-05-02 13:30:09 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2017-05-02 13:30:09 -0400 |
commit | b560ebd6605503276e09b2ef75c94e1d10f176f2 (patch) | |
tree | 6cbb46b9545fee20825c69f777e72d7402398e63 /gdb/common | |
parent | f2f46dfcdafe6bd32152d80b5e832d2fab4e6900 (diff) | |
download | gdb-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.h | 2 |
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 * |