summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-09-14 06:28:21 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-14 22:29:46 -0700
commit2f8e87a8913461b1a55ef9ecbf91d7846701cf35 (patch)
treeaea622119658e559f253255d585c9afe0d647bf9 /pp_ctl.c
parentd2691ae2082d66317df547754a5f551ba3ef3bf0 (diff)
downloadperl-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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index b8c0842dc2..ce882209ce 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -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 ;