summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2003-03-14 04:41:25 +0000
committerGurusamy Sarathy <gsar@cpan.org>2003-03-14 04:41:25 +0000
commit2e2853fe1c68dd9e8ea96e473981ea62e23eb7c4 (patch)
treeea8c4d2c733eeced92f2870e350461ebc6e38df8 /perl.c
parenta667ff70662bc9aa79513f1cbac0d483124162fa (diff)
downloadperl-2e2853fe1c68dd9e8ea96e473981ea62e23eb7c4.tar.gz
fix for switchC.t test#6 failure on windows
p4raw-id: //depot/perl@18968
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl.c b/perl.c
index 19289ecc12..b5ed17a866 100644
--- a/perl.c
+++ b/perl.c
@@ -997,10 +997,6 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
reswitch:
switch (*s) {
case 'C':
-#ifdef WIN32
- win32_argv2utf8(argc-1, argv+1);
- /* FALL THROUGH */
-#endif
#ifndef PERL_STRICT_CR
case '\r':
#endif