cvs: TSRM(PHP_5_3) / tsrm_virtual_cwd.c

[email protected] ("Pierre-Alain Joye") Sat, 04 Apr 2009 11:37:49 -0000
Newsgroups php.zend-engine.cvs
Message-ID <cvspajoye1238845069@cvsserver>
pajoye		Sat Apr  4 11:37:49 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /TSRM	tsrm_virtual_cwd.c 
  Log:
  - nuke unused var
  
http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.74.2.9.2.35.2.17&r2=1.74.2.9.2.35.2.18&diff_format=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.17 TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.18
--- TSRM/tsrm_virtual_cwd.c:1.74.2.9.2.35.2.17	Wed Jan 21 19:07:35 2009
+++ TSRM/tsrm_virtual_cwd.c	Sat Apr  4 11:37:48 2009
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: tsrm_virtual_cwd.c,v 1.74.2.9.2.35.2.17 2009/01/21 19:07:35 dmitry Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.74.2.9.2.35.2.18 2009/04/04 11:37:48 pajoye Exp $ */
 
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -1060,7 +1060,6 @@
 static int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */
 {
 	FILETIME mtime, atime;
-	BOOL f;
 	HANDLE hFile; 
 
 	hFile = CreateFile(filename, GENERIC_WRITE, FILE_SHARE_WRITE|FILE_SHARE_READ, NULL,