Fix dwarf2_string_attr for -gsplit-dwarf
[deliverable/binutils-gdb.git] / gdb / gdbtypes.c
index c9a9b3d9f835520b6232766b2158d53a80c0e2ff..a68692341eacd40c6b3f61e0832b9f512e954c9d 100644 (file)
@@ -4444,10 +4444,6 @@ recursive_dump_type (struct type *type, int spaces)
     {
       puts_filtered (" TYPE_TARGET_STUB");
     }
-  if (TYPE_STATIC (type))
-    {
-      puts_filtered (" TYPE_STATIC");
-    }
   if (TYPE_PROTOTYPED (type))
     {
       puts_filtered (" TYPE_PROTOTYPED");
This page took 0.023524 seconds and 4 git commands to generate.