summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 5ba7557ed0..7c802aba6b 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -3440,7 +3440,6 @@ rb_w32_fstati64(int fd, struct stati64 *st)
static time_t
filetime_to_unixtime(const FILETIME *ft)
{
- FILETIME loc;
struct timeval tv;
if (filetime_to_timeval(ft, &tv) == (time_t)-1)