mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
Remove redundant code
This commit is contained in:
parent
11be8ed005
commit
efb40b3c66
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user