diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-10-20 18:05:14 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-20 18:05:28 -0700 |
commit | 636fe681770e29874acb69ab162bc53731425867 (patch) | |
tree | 78befedd99a53c15903f530e866217d2bfa8ba8d /pp_hot.c | |
parent | b33a1a96a953a17844057156988e6402f194e0ba (diff) | |
download | perl-636fe681770e29874acb69ab162bc53731425867.tar.gz |
Remove very obsolete comment
I chuckle every time I read this comment. And I chuckled at the time
it got ignored and mangled, too. :-)
17ab7946 reworked some code without reindenting a block. And that
lack of indentation was intentional and noted by this comment.
96913b52 four years later reindented the code, ignoring the comment.
486ec47a corrected the spelling mistake in the comment, rendering it
incomprehensible. ‘Intenting’ was supposed to be ‘indenting’ (it was
obvious to me), but got ‘corrected’ to ‘intending’.
d5524600 gutted almost the entire block, moving it into a static rou-
tine, so the comment is by now not even remotely relevant.
Diffstat (limited to 'pp_hot.c')
-rw-r--r-- | pp_hot.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -943,9 +943,7 @@ PP(pp_rv2av) if (is_pp_rv2av) { AV *const av = MUTABLE_AV(sv); - /* The guts of pp_rv2av, with no intending change to preserve history - (until such time as we get tools that can do blame annotation across - whitespace changes. */ + /* The guts of pp_rv2av */ if (gimme == G_ARRAY) { SP--; PUTBACK; |