From: Pierre Joye Date: Thu, 14 Feb 2013 06:41:18 +0000 (+0100) Subject: - nuke unused variable X-Git-Tag: php-5.5.0beta1~42^2~86^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfcd77341daa0cf102bd09effd720d262e4a234e;p=php - nuke unused variable --- diff --git a/shared_alloc_win32.c b/shared_alloc_win32.c index 5388ce1ec5..4abf23de8f 100644 --- a/shared_alloc_win32.c +++ b/shared_alloc_win32.c @@ -40,7 +40,6 @@ static void *mapping_base; static void zend_win_error_message(int type, char *msg, int err) { LPVOID lpMsgBuf; - FILE *fp; HANDLE h; char *ev_msgs[2];