mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove pointless string clear()
This commit is contained in:
parent
3862aea4de
commit
1c5ea99031
1 changed files with 0 additions and 2 deletions
|
@ -94,8 +94,6 @@ bool DirectoryFileSystem::FixPathCase(std::string &path, FixPathCaseBehavior beh
|
|||
|
||||
std::string fullPath;
|
||||
fullPath.reserve(basePath.size() + len + 1);
|
||||
|
||||
fullPath.clear();
|
||||
fullPath.append(basePath);
|
||||
|
||||
size_t start = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue