aboutsummaryrefslogtreecommitdiff
path: root/zencore/filesystem.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-09 11:24:01 +0200
committerStefan Boberg <[email protected]>2021-09-09 11:24:01 +0200
commitb31a22359b1dafba877f8311f73e51216450209d (patch)
treeaaacb9243c7166ef3d2304e3f18070e4dae0af7c /zencore/filesystem.cpp
parentMerge branch 'main' of https://github.com/EpicGames/zen (diff)
downloadzen-b31a22359b1dafba877f8311f73e51216450209d.tar.xz
zen-b31a22359b1dafba877f8311f73e51216450209d.zip
Fixed a number of unreferenced variable warnings
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