fix compiler warnings (GCC + Clang)
This commit is contained in:
@@ -59,8 +59,6 @@ path path::normalized() const {
|
||||
}
|
||||
parts.push(std::move(token));
|
||||
}
|
||||
bool started = false;
|
||||
|
||||
path = "";
|
||||
while (!parts.empty()) {
|
||||
const auto& token = parts.top();
|
||||
|
||||
Reference in New Issue
Block a user