[4/4] Remove DEF_VEC_P (varobj_p)

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

Commit Message

Simon Marchi Nov. 18, 2017, 9:46 p.m. UTC
  The last patch removed the last usage of this type, so we can remove it.

gdb/ChangeLog:

	* varobj.h (DEF_VEC_P (varobj_p)): Remove.
---
 gdb/varobj.h | 3 ---
 1 file changed, 3 deletions(-)
  

Patch

diff --git a/gdb/varobj.h b/gdb/varobj.h
index 201fac21ab..bba7a55248 100644
--- a/gdb/varobj.h
+++ b/gdb/varobj.h
@@ -57,9 +57,6 @@  extern const char *varobj_format_string[];
 
 struct varobj;
 
-typedef struct varobj *varobj_p;
-DEF_VEC_P (varobj_p);
-
 struct varobj_update_result
 {
   varobj_update_result (struct varobj *varobj_,