summaryrefslogtreecommitdiff
path: root/source4/heimdal/base/heimbase.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/base/heimbase.c')
-rw-r--r--source4/heimdal/base/heimbase.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/heimdal/base/heimbase.c b/source4/heimdal/base/heimbase.c
index b8d5d74a9a..7031af9e49 100644
--- a/source4/heimdal/base/heimbase.c
+++ b/source4/heimdal/base/heimbase.c
@@ -159,8 +159,6 @@ _heim_get_isa(heim_object_t ptr)
if (heim_base_is_tagged(ptr)) {
if (heim_base_is_tagged_object(ptr))
return tagged_isa[heim_base_tagged_object_tid(ptr)];
- if (heim_base_is_tagged_string(ptr))
- return &_heim_string_object;
heim_abort("not a supported tagged type");
}
p = PTR2BASE(ptr);