1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

win32/win32.c: removed a stale comment

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-12-07 04:42:16 +00:00
parent db2d28b08e
commit 284e3ae137

View file

@ -8045,7 +8045,6 @@ w32_io_info(VALUE *file, w32_io_info_t *st)
pGetFileInformationByHandleEx = (gfibhe_t)get_proc_address("kernel32", "GetFileInformationByHandleEx", NULL);
ZeroMemory(st, sizeof(*st));
/* expect that this function is always available after Windows 8. */
if (pGetFileInformationByHandleEx) {
if (pGetFileInformationByHandleEx(f, FileIdInfo, &st->info.fii, sizeof(st->info.fii))) {
st->file_id_p = TRUE;