diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-09-14 06:28:21 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-14 22:29:46 -0700 |
commit | 2f8e87a8913461b1a55ef9ecbf91d7846701cf35 (patch) | |
tree | aea622119658e559f253255d585c9afe0d647bf9 /pp_ctl.c | |
parent | d2691ae2082d66317df547754a5f551ba3ef3bf0 (diff) | |
download | perl-2f8e87a8913461b1a55ef9ecbf91d7846701cf35.tar.gz |
pp_ctl.c:caller: Remove obsolete comment
This was added in f3aa04c29a, but stopped being relevant in
d5ec2987912.
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1896,9 +1896,6 @@ PP(pp_caller) Copy(AvALLOC(ary), AvARRAY(PL_dbargs), AvFILLp(ary) + 1 + off, SV*); AvFILLp(PL_dbargs) = AvFILLp(ary) + off; } - /* XXX only hints propagated via op_private are currently - * visible (others are not easily accessible, since they - * use the global PL_hints) */ mPUSHi(CopHINTS_get(cx->blk_oldcop)); { SV * mask ; |