forked from Imagelibrary/binutils-gdb
Remove a use of is_mi_like_p from darwin-nat-info.c
This removes a use of is_mi_like_p from darwin-nat-info.c. This is not needed because MI already ignores ui_out::text. ChangeLog 2018-04-30 Tom Tromey <tom@tromey.com> * darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of is_mi_like_p.
This commit is contained in:
@@ -676,8 +676,7 @@ darwin_debug_regions_recurse (task_t task)
|
||||
uiout->field_int ("tag", r_info.user_tag);
|
||||
}
|
||||
|
||||
if (!uiout->is_mi_like_p ())
|
||||
uiout->text ("\n");
|
||||
uiout->text ("\n");
|
||||
|
||||
if (r_info.is_submap)
|
||||
r_depth++;
|
||||
|
||||
Reference in New Issue
Block a user