Merge "Redundant checking of STL container element" am: b56a3c2e3a
am: 9e05f26e1a
Change-Id: I269ff1530179a77f38d824f67a219adb7c666271
This commit is contained in:
@@ -1220,9 +1220,7 @@ static int PerformCommandFree(CommandParameters& params) {
|
||||
|
||||
const std::string& id = params.tokens[params.cpos++];
|
||||
|
||||
if (stash_map.find(id) != stash_map.end()) {
|
||||
stash_map.erase(id);
|
||||
}
|
||||
stash_map.erase(id);
|
||||
|
||||
if (params.createdstash || params.canwrite) {
|
||||
return FreeStash(params.stashbase, id);
|
||||
|
||||
Reference in New Issue
Block a user