Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_x
[external/binutils.git] / gdb / gdbtypes.c
index c9a9b3d..a686923 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");