From efa81a0030da69e2b61b7811bd67d48595b81002 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 4 Apr 2009 11:37:23 +0000 Subject: [PATCH] - nuke unused var --- TSRM/tsrm_virtual_cwd.c | 1 - 1 file changed, 1 deletion(-) 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, -- 2.50.1