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