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.
This commit is contained in:
Simon Marchi 2017-11-22 15:08:07 -05:00 committed by Simon Marchi
parent 0604393c22
commit 7e2fd2f47b
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
* varobj.h (DEF_VEC_P (varobj_p)): Remove.
2017-11-22 Simon Marchi <simon.marchi@polymtl.ca>
* varobj.h (struct varobj_update_result): Add constructor, add

View File

@ -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_,