diff options
Diffstat (limited to 'gdb/cp-valprint.c')
-rw-r--r-- | gdb/cp-valprint.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/cp-valprint.c b/gdb/cp-valprint.c index 42a48f5..53e3ce9 100644 --- a/gdb/cp-valprint.c +++ b/gdb/cp-valprint.c @@ -36,10 +36,6 @@ #include "cp-abi.h" #include "valprint.h" -/* Indication of presence of HP-compiled object files */ -extern int hp_som_som_object_present; /* defined in symtab.c */ - - int vtblprint; /* Controls printing of vtbl's */ int objectprint; /* Controls looking up an object's derived type using what we find in its vtables. */ @@ -115,7 +111,7 @@ cp_print_class_method (char *valaddr, if (sym == 0) { /* 1997-08-01 Currently unsupported with HP aCC */ - if (hp_som_som_object_present) + if (deprecated_hp_som_som_object_present) { fputs_filtered ("?? <not supported with HP aCC>", stream); return; |