Remove unused variable
authorSteve Hay <steve.m.hay@googlemail.com>
Mon, 14 Apr 2014 22:13:37 +0000 (23:13 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 14 Apr 2014 22:15:27 +0000 (23:15 +0100)
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);