Merge "Redundant checking of STL container element"

This commit is contained in:
Tao Bao
2017-03-23 21:13:47 +00:00
committed by Gerrit Code Review
+1 -3
View File
@@ -1220,9 +1220,7 @@ static int PerformCommandFree(CommandParameters& params) {
const std::string& id = params.tokens[params.cpos++]; 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) { if (params.createdstash || params.canwrite) {
return FreeStash(params.stashbase, id); return FreeStash(params.stashbase, id);