From: Simon Marchi Date: Wed, 22 Nov 2017 20:08:07 +0000 (-0500) Subject: Remove DEF_VEC_P (varobj_p) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e2fd2f47b37185505f68e45c5cf016c7a16e1ce;p=binutils-gdb.git Remove DEF_VEC_P (varobj_p) 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1abef2ba218..dc1bbfa81ff 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-11-22 Simon Marchi + + * varobj.h (DEF_VEC_P (varobj_p)): Remove. + 2017-11-22 Simon Marchi * varobj.h (struct varobj_update_result): Add constructor, add diff --git a/gdb/varobj.h b/gdb/varobj.h index f8738f57b6b..d4e1dd809b0 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_,