mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
27c7d49840
commit
838f23ae34
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue