Remove ARI check for multiple calls to warning or error
[deliverable/binutils-gdb.git] / gdb / f-typeprint.c
index 0093aebddc2c10886729f9bac5645263e0d1fb56..027bcdde0f91254dc577afe25b082c69a502e20c 100644 (file)
@@ -54,7 +54,6 @@ f_print_typedef (struct type *type, struct symbol *new_symbol,
 {
   type = check_typedef (type);
   f_print_type (type, "", stream, 0, 0, &type_print_raw_options);
-  fprintf_filtered (stream, "\n");
 }
 
 /* LEVEL is the depth to indent lines by.  */
This page took 0.02529 seconds and 4 git commands to generate.