From 2f8e87a8913461b1a55ef9ecbf91d7846701cf35 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 14 Sep 2012 06:28:21 -0700 Subject: pp_ctl.c:caller: Remove obsolete comment This was added in f3aa04c29a, but stopped being relevant in d5ec2987912. --- pp_ctl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'pp_ctl.c') 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 ; -- cgit v1.2.1