summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
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;