summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-30 13:36:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-30 13:36:28 +0000
commit516a5887ee93ac51c15492c01bb2e52bafd5bfaf (patch)
tree2edd49fae5fcdc2d692fc0d6fe4779a740171b58 /op.c
parenta2e20b18d842b4285c1fb6554e5ff55510293193 (diff)
downloadperl-516a5887ee93ac51c15492c01bb2e52bafd5bfaf.tar.gz
Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
and Abhijit Menon-Sen. p4raw-id: //depot/perl@10321
Diffstat (limited to 'op.c')
-rw-r--r--op.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/op.c b/op.c
index a252a0279d..8cc57ec02c 100644
--- a/op.c
+++ b/op.c
@@ -3194,7 +3194,6 @@ Perl_utilize(pTHX_ int aver, I32 floor, OP *version, OP *id, OP *arg)
OP *pack;
OP *imop;
OP *veop;
- GV *gv;
if (id->op_type != OP_CONST)
Perl_croak(aTHX_ "Module name must be constant");