summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-04-04 11:37:23 +0000
committerPierre Joye <pajoye@php.net>2009-04-04 11:37:23 +0000
commitefa81a0030da69e2b61b7811bd67d48595b81002 (patch)
treec36c24ae53d13b7505f007465b00a30b00c43d79 /TSRM
parent15d76e93403c4a44cdaad13d547b243674def768 (diff)
downloadphp-git-efa81a0030da69e2b61b7811bd67d48595b81002.tar.gz
- nuke unused var
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_virtual_cwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c
index 9090941b54..bcc6029f20 100644
--- a/TSRM/tsrm_virtual_cwd.c
+++ b/TSRM/tsrm_virtual_cwd.c
@@ -1060,7 +1060,6 @@ static void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */
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,