Revert accidental empty commits
[deliverable/binutils-gdb.git] / gdb / varobj-iter.h
index 0422492c6dd15e6e7b269f9b34265fd278c486bc..240b686b256e4d90e7a28109cdf8a0549310f940 100644 (file)
 
 /* A node or item of varobj, composed of the name and the value.  */
 
-typedef struct varobj_item
+struct varobj_item
 {
   /* Name of this item.  */
   std::string name;
 
   /* Value of this item.  */
   struct value *value;
-} varobj_item;
+};
 
 struct varobj_iter_ops;
 
This page took 0.025713 seconds and 4 git commands to generate.