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:
parent
2d33446d4d
commit
7676193654
@ -1,3 +1,8 @@
|
||||
2018-04-30 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* darwin-nat-info.c (darwin_debug_regions_recurse): Remove use of
|
||||
is_mi_like_p.
|
||||
|
||||
2018-04-30 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* breakpoint.c (mention): Remove use of is_mi_like_p.
|
||||
|
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user