mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 17:19:39 +00:00
Remove redundant code
This commit is contained in:
parent
11be8ed005
commit
efb40b3c66
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue