remove unneded assert
This commit is contained in:
parent
0d9d0fb65c
commit
7d0252b659
1 changed files with 0 additions and 1 deletions
|
|
@ -1296,7 +1296,6 @@ class clutchlog
|
||||||
row = replace(row, "\\{msg\\}", what);
|
row = replace(row, "\\{msg\\}", what);
|
||||||
|
|
||||||
const std::filesystem::path filepath(file);
|
const std::filesystem::path filepath(file);
|
||||||
assert(filepath.is_absolute());
|
|
||||||
std::string filename;
|
std::string filename;
|
||||||
std::filesystem::path::iterator ip = filepath.end();
|
std::filesystem::path::iterator ip = filepath.end();
|
||||||
std::advance(ip, -2);
|
std::advance(ip, -2);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue