diff options
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 0e4aa2219a0..e31c1fbbd10 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -545,7 +545,6 @@ lhd_print_error_function (diagnostic_context *context, const char *file) (context->printer, "In function `%s':", (*lang_hooks.decl_printable_name) (current_function_decl, 2)); } - pp_newline (context->printer); diagnostic_set_last_function (context); pp_flush (context->printer); |