summaryrefslogtreecommitdiff
path: root/av.c
diff options
context:
space:
mode:
Diffstat (limited to 'av.c')
-rw-r--r--av.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/av.c b/av.c
index 2b28223aa3..f2afa82da8 100644
--- a/av.c
+++ b/av.c
@@ -502,8 +502,6 @@ Perl_av_undef(pTHX_ register AV *av)
AvALLOC(av) = 0;
SvPV_set(av, (char*)0);
AvMAX(av) = AvFILLp(av) = -1;
- /* It's in magic - it must already be gone. */
- assert (!AvARYLEN(av));
}
/*