This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove out-dated comment from mathoms.c
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 27 Jan 2015 08:23:33 +0000 (08:23 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 27 Jan 2015 08:23:33 +0000 (08:23 +0000)
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.

mathoms.c

index cd2da84..2a65fb4 100644 (file)
--- 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)
 {