diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-05 22:58:33 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-07-08 20:05:12 +0200 |
commit | 1a711748856db57545e4462189a7d8ae47c8d12a (patch) | |
tree | a5c36ecc9d733235593cf8aa946dc4719ec2119a /win32 | |
parent | 6346f00fc13d37e1433839015105055a2312533f (diff) | |
download | perl-1a711748856db57545e4462189a7d8ae47c8d12a.tar.gz |
In win32_start_child(), remove tmpgv, unused since 0e21945565eb4664.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/perlhost.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/perlhost.h b/win32/perlhost.h index abe7296e93..677da4d3e5 100644 --- a/win32/perlhost.h +++ b/win32/perlhost.h @@ -1710,7 +1710,6 @@ static THREAD_RET_TYPE win32_start_child(LPVOID arg) { PerlInterpreter *my_perl = (PerlInterpreter*)arg; - GV *tmpgv; int status; HWND parent_message_hwnd; #ifdef PERL_SYNC_FORK |