From efb40b3c66dbc4ab6b2ad64acdca5c0eb889f660 Mon Sep 17 00:00:00 2001 From: Koncord Date: Sun, 18 Dec 2016 14:14:52 +0800 Subject: [PATCH] Remove redundant code --- components/openmw-mp/Log.cpp | 1 - 1 file changed, 1 deletion(-) 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;