Remove interp_ui_out
[deliverable/binutils-gdb.git] / gdb / solib.c
index 5011bd7df1dfe7c0df15e491915178ebf2ccc9b3..b28ebc628cb1a190b0450af246bb50b78e715485 100644 (file)
@@ -1093,7 +1093,7 @@ info_sharedlibrary_command (const char *pattern, int from_tty)
            uiout->field_skip ("to");
          }
 
-       if (! interp_ui_out (top_level_interpreter ())->is_mi_like_p ()
+       if (! top_level_interpreter ()->interp_ui_out ()->is_mi_like_p ()
            && so->symbols_loaded
            && !objfile_has_symbols (so->objfile))
          {
This page took 0.024614 seconds and 4 git commands to generate.