diff options
author | Pierre Joye <pajoye@php.net> | 2009-04-04 11:37:23 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-04-04 11:37:23 +0000 |
commit | efa81a0030da69e2b61b7811bd67d48595b81002 (patch) | |
tree | c36c24ae53d13b7505f007465b00a30b00c43d79 /TSRM | |
parent | 15d76e93403c4a44cdaad13d547b243674def768 (diff) | |
download | php-git-efa81a0030da69e2b61b7811bd67d48595b81002.tar.gz |
- nuke unused var
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.c | 1 |
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, |