From 284e3ae137121c844965db845174350121de5892 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 7 Dec 2017 04:42:16 +0000 Subject: win32/win32.c: removed a stale comment git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 1 - 1 file changed, 1 deletion(-) (limited to 'win32/win32.c') diff --git a/win32/win32.c b/win32/win32.c index 79e7257b0e..0c71f1263b 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -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; -- cgit v1.2.3