aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-07 04:42:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-07 04:42:16 +0000
commit284e3ae137121c844965db845174350121de5892 (patch)
treee86f125d67b34ffc064fa5e54b7c6ff965d726cd /win32/win32.c
parentdb2d28b08e73a6f1698b578e53daaf230c3ce2bf (diff)
downloadruby-284e3ae137121c844965db845174350121de5892.tar.gz
win32/win32.c: removed a stale comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c1
1 files changed, 0 insertions, 1 deletions
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;