[4/4] Remove definition of VEC (CORE_ADDR)

Message ID 20170416141430.2585-5-simon.marchi@polymtl.ca
State New, archived
Headers

Commit Message

Simon Marchi April 16, 2017, 2:14 p.m. UTC
  ... as it is now unused.

gdb/ChangeLog:

	* common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
---
 gdb/common/gdb_vecs.h | 2 --
 1 file changed, 2 deletions(-)
  

Comments

Pedro Alves April 18, 2017, 8:18 p.m. UTC | #1
On 04/16/2017 03:14 PM, Simon Marchi wrote:
> ... as it is now unused.
> 
> gdb/ChangeLog:
> 
> 	* common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.

Obviously fine once the rest is in.

Thanks,
Pedro Alves
  

Patch

diff --git a/gdb/common/gdb_vecs.h b/gdb/common/gdb_vecs.h
index d7777472ff..b5fccbcda0 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 *