This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 4/4] Remove DEF_VEC_P (varobj_p)
- From: Simon Marchi <simon dot marchi at polymtl dot ca>
- To: gdb-patches at sourceware dot org
- Cc: Simon Marchi <simon dot marchi at polymtl dot ca>
- Date: Sat, 18 Nov 2017 16:46:06 -0500
- Subject: [PATCH 4/4] Remove DEF_VEC_P (varobj_p)
- Authentication-results: sourceware.org; auth=none
- References: <20171118214606.24468-1-simon.marchi@polymtl.ca>
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(-)
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_,
--
2.15.0