* language.c (pointer_type): Un-comment out.
[deliverable/binutils-gdb.git] / gdb / language.c
index 5dbe81c0032bb6ed1866e7735c1bf57ef51c4035..b12db184136962cb9e4e9e9d2a2ed3b1cc9996dc 100644 (file)
@@ -696,6 +696,7 @@ float_type (struct type *type)
   CHECK_TYPEDEF (type);
   return TYPE_CODE (type) == TYPE_CODE_FLT;
 }
+#endif
 
 /* Returns non-zero if the value is a pointer type */
 int
@@ -705,6 +706,7 @@ pointer_type (struct type *type)
     TYPE_CODE (type) == TYPE_CODE_REF;
 }
 
+#if 0
 /* Returns non-zero if the value is a structured type */
 int
 structured_type (struct type *type)
This page took 0.023007 seconds and 4 git commands to generate.