diff --git a/components/openmw-mp/Log.cpp b/components/openmw-mp/Log.cpp index 4d2d67417..f5e6a8a5d 100644 --- a/components/openmw-mp/Log.cpp +++ b/components/openmw-mp/Log.cpp @@ -109,7 +109,6 @@ void Log::print(int level, bool hasPrefix, const char *file, int line, const cha string Log::renameOldLog(boost::filesystem::path path, string name, string extension) { namespace fs = boost::filesystem; - fs::directory_iterator end_iter; std::string fullname = name + "." + extension;