mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Remove pointless string clear()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user