[前][次][番号順一覧][スレッド一覧]

ruby-changes:7718

From: usa <ko1@a...>
Date: Mon, 8 Sep 2008 17:49:38 +0900 (JST)
Subject: [ruby-changes:7718] Ruby:r19239 (trunk): * win32/win32.c (filetime_to_unixtime): remove unused variable.

usa	2008-09-08 17:46:53 +0900 (Mon, 08 Sep 2008)

  New Revision: 19239

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19239

  Log:
    * win32/win32.c (filetime_to_unixtime): remove unused variable.
      [ruby-dev:36191]

  Modified files:
    trunk/ChangeLog
    trunk/win32/win32.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19238)
+++ ChangeLog	(revision 19239)
@@ -1,3 +1,8 @@
+Mon Sep  8 17:46:09 2008  NAKAMURA Usaku  <usa@r...>
+
+	* win32/win32.c (filetime_to_unixtime): remove unused variable.
+	  [ruby-dev:36191]
+
 Mon Sep  8 13:47:39 2008  Kazuhiro NISHIYAMA  <zn@m...>
 
 	* test/ruby/test_io.rb (TestIO#test_dup): add open in block.
Index: win32/win32.c
===================================================================
--- win32/win32.c	(revision 19238)
+++ win32/win32.c	(revision 19239)
@@ -3440,7 +3440,6 @@
 static time_t
 filetime_to_unixtime(const FILETIME *ft)
 {
-    FILETIME loc;
     struct timeval tv;
 
     if (filetime_to_timeval(ft, &tv) == (time_t)-1)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]