summaryrefslogtreecommitdiff
path: root/src/envfs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/envfs.cpp')
-rw-r--r--src/envfs.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/envfs.cpp b/src/envfs.cpp
index a8af967b..20ba4229 100644
--- a/src/envfs.cpp
+++ b/src/envfs.cpp
@@ -315,11 +315,6 @@ void forEachEntryImpl(
break;
}
}
-
- if (AllocSize - iosb.Information > (ULONG)FIELD_OFFSET(FILE_DIRECTORY_INFORMATION, FileName[256])) {
- // NO_MORE_FILES
- break;
- }
}
}