summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-27 08:23:33 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-27 08:23:33 +0000
commit97fc4b2276a06ffe98ef1f015aab47ad55250643 (patch)
tree0b0f1457c93944594204b3d1aa8881e4698ef616 /mathoms.c
parente4524c4c2a2abf2b0b0a22c933ef56ed5d17f89e (diff)
downloadperl-97fc4b2276a06ffe98ef1f015aab47ad55250643.tar.gz
Remove out-dated comment from mathoms.c
The previous commit did not honour this comment, and was evidently not the first to have not seen it either: at least 09d7a3ba91 and 0d7d409d8d have already added new functions in the 'wrong' place, so just remove the comment.
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mathoms.c b/mathoms.c
index cd2da8437d..2a65fb41b2 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -1019,8 +1019,6 @@ Perl_hv_delete(pTHX_ HV *hv, const char *key, I32 klen_i32, I32 flags)
NULL, 0));
}
-/* Functions after here were made mathoms post 5.10.0 but pre 5.8.9 */
-
AV *
Perl_newAV(pTHX)
{