X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fmi%2Fmi-main.h;h=1986228d22bd8211b8235b024d4febc089158403;hb=1367480341749b1498a6c5e7a7b79c7a4ab4ed34;hp=72c4e594287aad7f7ff59bb13253f204a3267044;hpb=a9eac7f9b45e92b83db476d167e5ff26607a8b47;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/mi/mi-main.h b/gdb/mi/mi-main.h index 72c4e59428..1986228d22 100644 --- a/gdb/mi/mi-main.h +++ b/gdb/mi/mi-main.h @@ -59,12 +59,4 @@ extern struct mi_suppress_notification mi_suppress_notification; extern void mi_cmd_fix_multi_location_breakpoint_output (const char *command, char **argv, int argc); -/* Return whether -break-list, -break-insert, =breakpoint-created and - =breakpoint-modified should use the "fixed" output format (see PR - 9659). - - Return false if UIOUT is not an MI UI. */ - -extern bool mi_multi_location_breakpoint_output_fixed (ui_out *uiout); - #endif /* MI_MI_MAIN_H */