Remove tui_data_item_window::value
[deliverable/binutils-gdb.git] / gdb / tui / tui-regs.h
index 7b0bb505a8e499c29cc0a1c2f6dfa8a368a97e0b..d54b556148eab39701bf6325399a7beb43deb04b 100644 (file)
@@ -38,7 +38,6 @@ struct tui_data_item_window : public tui_gen_win_info
   const char *name = nullptr;
   /* The register number, or data display number.  */
   int item_no = -1;
-  void *value = nullptr;
   bool highlight = false;
   char *content = nullptr;
 };
This page took 0.025293 seconds and 4 git commands to generate.