From b31a22359b1dafba877f8311f73e51216450209d Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 9 Sep 2021 11:24:01 +0200 Subject: Fixed a number of unreferenced variable warnings --- zencore/filesystem.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'zencore/filesystem.cpp') 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 -- cgit v1.2.3