From 9ae4b8bbfe4b10165a646724b2701a8d5f07cb62 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 8 Sep 2008 08:46:53 +0000 Subject: * win32/win32.c (filetime_to_unixtime): remove unused variable. [ruby-dev:36191] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 1 - 1 file changed, 1 deletion(-) (limited to 'win32') 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) -- cgit v1.2.3