diff options
Diffstat (limited to 'zencore/filesystem.cpp')
| -rw-r--r-- | zencore/filesystem.cpp | 2 |
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 |