Commit:    dfcd77341daa0cf102bd09effd720d262e4a234e
Author:    Pierre Joye <pierre....@gmail.com>         Thu, 14 Feb 2013 07:41:18 
+0100
Parents:   f74c938c950de1b0fcdb0ef2bd66760832b57a53
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=dfcd77341daa0cf102bd09effd720d262e4a234e

Log:
- nuke unused variable

Changed paths:
  M  shared_alloc_win32.c


Diff:
diff --git a/shared_alloc_win32.c b/shared_alloc_win32.c
index 5388ce1..4abf23d 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];


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to