Remove some ui_file_* functions
[deliverable/binutils-gdb.git] / gdb / exceptions.c
index 52cee4e2f6d73ecdfadde9db9c44f7cc1da26b2a..7e15551e015e5274cca83fbaeac897b12ee6f69c 100644 (file)
@@ -85,7 +85,7 @@ print_exception (struct ui_file *file, const struct gdb_exception &e)
       else
        {
          end++;
-         ui_file_write (file, start, end - start);
+         file->write (start, end - start);
        }
     }                                      
   fprintf_filtered (file, "\n");
This page took 0.025102 seconds and 4 git commands to generate.