From 838f23ae34a634f3bbe39d27b861abc8dd853762 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 12 Dec 2017 11:43:18 +0000 Subject: remove unused variable thanks kubo-san. c.f. [ruby-dev:50345] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/win32/win32.c b/win32/win32.c index da68387f6a..37d25d2ed0 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -5442,7 +5442,6 @@ get_ino(HANDLE h, FILE_ID_INFO *id) { 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); -- cgit v1.2.3