From b2bca91672e9135b49efe2de39c237fd01dc63a6 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 12 Dec 2010 12:47:43 -0800 Subject: [PATCH] no more tagged strings --- base/heimbase.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/base/heimbase.c b/base/heimbase.c index 1f220baea..01668716a 100644 --- a/base/heimbase.c +++ b/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); -- 2.11.4.GIT