summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorGisle Aas <gisle@activestate.com>2006-01-06 14:00:14 +0000
committerGisle Aas <gisle@activestate.com>2006-01-06 14:00:14 +0000
commite05f6b2748347b09803ee2a25d063e2d15378ffb (patch)
tree024ff190c327eef79a467d701c1a808678eecfbe /toke.c
parent7850f74cebcc11cc1e593574033a8cdd463b0a01 (diff)
downloadperl-e05f6b2748347b09803ee2a25d063e2d15378ffb.tar.gz
Remove code duplicated a few lines above by change 19695.
p4raw-id: //depot/perl@26673
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/toke.c b/toke.c
index fba0b331e7..62801459f8 100644
--- a/toke.c
+++ b/toke.c
@@ -2993,14 +2993,6 @@ Perl_yylex(pTHX)
(void)gv_fetchfile(PL_origfilename);
goto retry;
}
- if (PL_doswitches && !switches_done) {
- int argc = PL_origargc;
- char **argv = PL_origargv;
- do {
- argc--,argv++;
- } while (argc && argv[0][0] == '-' && argv[0][1]);
- init_argv_symbols(argc,argv);
- }
}
}
}