From: Nicholas Clark Date: Tue, 5 Jul 2011 20:58:33 +0000 (+0200) Subject: In win32_start_child(), remove tmpgv, unused since 0e21945565eb4664. X-Git-Tag: accepted/trunk/20130322.191538~3386 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a711748856db57545e4462189a7d8ae47c8d12a;p=platform%2Fupstream%2Fperl.git In win32_start_child(), remove tmpgv, unused since 0e21945565eb4664. --- diff --git a/win32/perlhost.h b/win32/perlhost.h index abe7296..677da4d 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