mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
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:

committed by
Simon Marchi

parent
0604393c22
commit
7e2fd2f47b
@ -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
|
||||
|
@ -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_,
|
||||
|
Reference in New Issue
Block a user