cvs: TSRM / tsrm_virtual_cwd.c

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

  Modified files:              
    /TSRM	tsrm_virtual_cwd.c 
  Log:
  - nuke unused var
  
http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?r1=1.134&r2=1.135&diff_format=u
Index: TSRM/tsrm_virtual_cwd.c
diff -u TSRM/tsrm_virtual_cwd.c:1.134 TSRM/tsrm_virtual_cwd.c:1.135
--- TSRM/tsrm_virtual_cwd.c:1.134	Tue Mar 10 23:39:10 2009
+++ TSRM/tsrm_virtual_cwd.c	Sat Apr  4 11:37:23 2009
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: tsrm_virtual_cwd.c,v 1.134 2009/03/10 23:39:10 helly Exp $ */
+/* $Id: tsrm_virtual_cwd.c,v 1.135 2009/04/04 11:37:23 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,