aboutsummaryrefslogtreecommitdiff
path: root/zencore/filesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zencore/filesystem.cpp')
-rw-r--r--zencore/filesystem.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/zencore/filesystem.cpp b/zencore/filesystem.cpp
index ec3de0306..09c2e7386 100644
--- a/zencore/filesystem.cpp
+++ b/zencore/filesystem.cpp
@@ -73,8 +73,6 @@ WipeDirectory(const wchar_t* DirPath)
WIN32_FIND_DATAW FindData;
HANDLE hFind = FindFirstFileW(Pattern.c_str(), &FindData);
- bool AllOk = true;
-
if (hFind != nullptr)
{
do