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:
Tom Tromey 2018-04-29 20:53:38 -06:00
parent 2d33446d4d
commit 7676193654
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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++;