summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-10-20 18:05:14 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-10-20 18:05:28 -0700
commit636fe681770e29874acb69ab162bc53731425867 (patch)
tree78befedd99a53c15903f530e866217d2bfa8ba8d /pp_hot.c
parentb33a1a96a953a17844057156988e6402f194e0ba (diff)
downloadperl-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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 2ff3de3400..ae1040c3a5 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -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;