Remove a use of is_mi_like_p from darwin-nat-info.c
[deliverable/binutils-gdb.git] / gdb / darwin-nat-info.c
index 31086b17dd23eaa94b6a7893a0202dc10fc57753..e68637fc0dc536299f7ddbaec1e508765273d59d 100644 (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++;
This page took 0.023689 seconds and 4 git commands to generate.