* Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
[deliverable/binutils-gdb.git] / gdb / p-valprint.c
index 747223cb6c5e47c415ddda1e8bb738f7e9cae1ff..06a821605fe26877ca4aed3db38d49dd885dd56b 100644 (file)
@@ -36,7 +36,6 @@
 #include "target.h"
 #include "annotate.h"
 #include "p-lang.h"
-#include "c-lang.h"
 #include "cp-abi.h"
 \f
 
@@ -73,10 +72,6 @@ pascal_val_print (struct type *type, char *valaddr, int embedded_offset,
   CHECK_TYPEDEF (type);
   switch (TYPE_CODE (type))
     {
-    case TYPE_CODE_FLAGS:
-      return c_val_print (type, valaddr, embedded_offset, address, stream,
-                         format, deref_ref, recurse, pretty);
-
     case TYPE_CODE_ARRAY:
       if (TYPE_LENGTH (type) > 0 && TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0)
        {
This page took 0.023074 seconds and 4 git commands to generate.