summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 415bc31a..f07a368c 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -1153,9 +1153,6 @@ dwflpp
Dwarf_Word pointee_encoding;
Dwarf_Word pointee_byte_size = 0;
- if (dwarf_attr_integrate (typedie, DW_AT_type, attr_mem) == NULL)
- throw semantic_error ("cannot get type of pointer: " + string(dwarf_errmsg (-1)));
-
pointee_typedie = resolve_unqualified_inner_typedie (&pointee_typedie_mem, attr_mem);
if (dwarf_attr_integrate (pointee_typedie, DW_AT_byte_size, attr_mem))