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

ruby-changes:49038

From: usa <ko1@a...>
Date: Tue, 12 Dec 2017 20:43:23 +0900 (JST)
Subject: [ruby-changes:49038] usa:r61153 (trunk): remove unused variable

usa	2017-12-12 20:43:18 +0900 (Tue, 12 Dec 2017)

  New Revision: 61153

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61153

  Log:
    remove unused variable
    
    thanks kubo-san. c.f. [ruby-dev:50345]

  Modified files:
    trunk/win32/win32.c
Index: win32/win32.c
===================================================================
--- win32/win32.c	(revision 61152)
+++ win32/win32.c	(revision 61153)
@@ -5442,7 +5442,6 @@ get_ino(HANDLE h, FILE_ID_INFO *id) https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L5442
 {
     typedef BOOL (WINAPI *gfibhe_t)(HANDLE, int, void *, DWORD);
     static gfibhe_t pGetFileInformationByHandleEx = (gfibhe_t)-1;
-    DWORD err;
 
     if (pGetFileInformationByHandleEx == (gfibhe_t)-1)
 	pGetFileInformationByHandleEx = (gfibhe_t)get_proc_address("kernel32", "GetFileInformationByHandleEx", NULL);

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

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