This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Enable new wcs variables for Win32
[perl5.git] / win32 / perllib.c
index cd1c11a..0e44a24 100644 (file)
@@ -211,7 +211,6 @@ RunPerl(int argc, char **argv, char **env)
 {
     int exitstatus;
     PerlInterpreter *my_perl, *new_perl = NULL;
-    char szModuleName[MAX_PATH];
     char *arg0 = argv[0];
     char *ansi = NULL;
     bool use_environ = (env == environ);