no more tagged strings

This commit is contained in:
Love Hornquist Astrand
2010-12-12 12:47:43 -08:00
parent 25a79a1ba8
commit b2bca91672

View File

@@ -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);