remove HvAUX assertion, apparently that is core only 0.06
Brandon L Black [Thu, 17 May 2007 00:49:05 +0000 (00:49 +0000)]
XS.xs

diff --git a/XS.xs b/XS.xs
index 6143c5e..40f535d 100644 (file)
--- a/XS.xs
+++ b/XS.xs
@@ -67,7 +67,6 @@ __mro_linear_isa_c3(pTHX_ HV* stash, HV* cache, I32 level)
     I32 made_mortal_cache = 0;
 
     assert(stash);
-    assert(HvAUX(stash));
 
     stashname = HvNAME(stash);
     stashname_len = strlen(stashname);