mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2010-05-06 Michael Snyder <msnyder@vmware.com>
* ui-out.c (ui_out_field_int): Delete unused variable. (ui_out_field_fmt_int): Delete unused variable. * varobj.c (varobj_list_children): Delete unused variable. (varobj_set_value): Delete unused variable. (install_new_value_visualizer): Delete unused variable. (varobj_set_visualizer): Delete unused variable. (varobj_update): Delete unused variable. (varobj_editable_p): Delete unused variable. (c_value_of_root): Delete unused variable. (cplus_describe_child): Delete unused variable.
This commit is contained in:
@ -458,7 +458,6 @@ ui_out_field_int (struct ui_out *uiout,
|
||||
int fldno;
|
||||
int width;
|
||||
int align;
|
||||
struct ui_out_level *current = current_level (uiout);
|
||||
|
||||
verify_field (uiout, &fldno, &width, &align);
|
||||
|
||||
@ -475,7 +474,6 @@ ui_out_field_fmt_int (struct ui_out *uiout,
|
||||
int fldno;
|
||||
int width;
|
||||
int align;
|
||||
struct ui_out_level *current = current_level (uiout);
|
||||
|
||||
verify_field (uiout, &fldno, &width, &align);
|
||||
|
||||
|
Reference in New Issue
Block a user