summaryrefslogtreecommitdiff
path: root/gdb/jv-valprint.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-02-23 20:55:47 +0000
committerTom Tromey <tromey@redhat.com>2012-02-23 20:55:47 +0000
commit6b446fdfb358bc4b7dc8ecd0fe7d9ac8bcbe3599 (patch)
treed6e926a4b94e635fa3fb310fcebdd79524824cab /gdb/jv-valprint.c
parent19765f5229668571b2a86c42cd2a1faa8e374208 (diff)
downloadbinutils-gdb-6b446fdfb358bc4b7dc8ecd0fe7d9ac8bcbe3599.tar.gz
* jv-valprint.c (java_val_print): Remove dead code.
Diffstat (limited to 'gdb/jv-valprint.c')
-rw-r--r--gdb/jv-valprint.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gdb/jv-valprint.c b/gdb/jv-valprint.c
index d430ba090a6..7f6e93113de 100644
--- a/gdb/jv-valprint.c
+++ b/gdb/jv-valprint.c
@@ -500,21 +500,6 @@ java_val_print (struct type *type, const gdb_byte *valaddr,
val, options, 0, stream);
break;
}
-#if 0
- if (options->vtblprint && cp_is_vtbl_ptr_type (type))
- {
- /* Print the unmangled name if desired. */
- /* Print vtable entry - we only get here if we ARE using
- -fvtable_thunks. (Otherwise, look under TYPE_CODE_STRUCT.) */
- /* Extract an address, assume that it is unsigned. */
- print_address_demangle
- (gdbarch,
- extract_unsigned_integer (valaddr + embedded_offset,
- TYPE_LENGTH (type)),
- stream, demangle);
- break;
- }
-#endif
addr = unpack_pointer (type, valaddr + embedded_offset);
if (addr == 0)
{