From: Brandon L Black Date: Thu, 17 May 2007 00:49:05 +0000 (+0000) Subject: remove HvAUX assertion, apparently that is core only X-Git-Tag: 0.06^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3-XS.git;a=commitdiff_plain;h=7f754fc7c31462968bc81e8d4f1a88dd511392ef remove HvAUX assertion, apparently that is core only --- diff --git a/XS.xs b/XS.xs index 6143c5e..40f535d 100644 --- 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);