summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-08 08:07:05 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-08 08:07:05 +0000
commit8c074e2aa6f4be490d6bedf1bc337b09fa1c1185 (patch)
treeb8e60ab0e59d55a84c1f651d1c5acba02e79289b /pp_ctl.c
parent002e4c743b8ad1aef49c84ea61819956800a7f1e (diff)
downloadperl-8c074e2aa6f4be490d6bedf1bc337b09fa1c1185.tar.gz
Convert POPpx POPpconstx and POPpbytex to use nolen macros.
Elminate a lot of C<n_a>s p4raw-id: //depot/perl@24748
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 3dd92b74ad..0d0899a7e9 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -1702,7 +1702,6 @@ PP(pp_reset)
{
dSP;
const char *tmps;
- STRLEN n_a;
if (MAXARG < 1)
tmps = "";