summaryrefslogtreecommitdiff
path: root/src/envfs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/envfs.cpp')
-rw-r--r--src/envfs.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/envfs.cpp b/src/envfs.cpp
index bdb11c65..20ba4229 100644
--- a/src/envfs.cpp
+++ b/src/envfs.cpp
@@ -315,12 +315,6 @@ void forEachEntryImpl(
break;
}
}
-
- // This might be returning early in some unknown cases! Testing
- //if (AllocSize - iosb.Information > (ULONG)FIELD_OFFSET(FILE_DIRECTORY_INFORMATION, FileName[256])) {
- // // NO_MORE_FILES
- // break;
- //}
}
}