Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / typeprint.c
index 393d825fe5d95c4686ae6db6ff9ab6a38a5b9eb6..114725bc6959e9422f84c6d978cbb4a1fbae61ae 100644 (file)
@@ -1,6 +1,6 @@
 /* Language independent support for printing types for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2018 Free Software Foundation, Inc.
+   Copyright (C) 1986-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -691,7 +691,6 @@ print_type_scalar (struct type *type, LONGEST val, struct ui_file *stream)
     default:
       error (_("Invalid type code in symbol table."));
     }
-  gdb_flush (stream);
 }
 
 /* Dump details of a type specified either directly or indirectly.
This page took 0.028005 seconds and 4 git commands to generate.