1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 22:19:40 +00:00

Remove redundant code

This commit is contained in:
Koncord 2016-12-18 14:14:52 +08:00
parent 11be8ed005
commit efb40b3c66

View file

@ -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) string Log::renameOldLog(boost::filesystem::path path, string name, string extension)
{ {
namespace fs = boost::filesystem; namespace fs = boost::filesystem;
fs::directory_iterator end_iter;
std::string fullname = name + "." + extension; std::string fullname = name + "." + extension;