summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-05-08 16:09:33 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-05-08 16:09:33 +0000
commite8827f643862721daef784554b14d7800b59dd07 (patch)
treef435a4d4cb2492385018168904bfdf4dff889ad0 /pp.c
parent4592e6caefc41a75573f112714d170071892a537 (diff)
downloadperl-e8827f643862721daef784554b14d7800b59dd07.tar.gz
avoid temporary files named 'tmp'
p4raw-id: //depot/perl@3331
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index e00b8c0910..ae935de67a 100644
--- a/pp.c
+++ b/pp.c
@@ -655,7 +655,6 @@ PP(pp_gelem)
PP(pp_study)
{
djSP; dPOPss;
- register UNOP *unop = cUNOP;
register unsigned char *s;
register I32 pos;
register I32 ch;