diff options
author | Gisle Aas <gisle@activestate.com> | 2006-01-06 14:00:14 +0000 |
---|---|---|
committer | Gisle Aas <gisle@activestate.com> | 2006-01-06 14:00:14 +0000 |
commit | e05f6b2748347b09803ee2a25d063e2d15378ffb (patch) | |
tree | 024ff190c327eef79a467d701c1a808678eecfbe /toke.c | |
parent | 7850f74cebcc11cc1e593574033a8cdd463b0a01 (diff) | |
download | perl-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.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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); - } } } } |