Skip to content

Commit

Permalink
Remove unused map lookup in ScriptParams::ASRemove
Browse files Browse the repository at this point in the history
  • Loading branch information
kavika13 committed Jul 30, 2024
1 parent 0256b3f commit e8d610c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Scripting/scriptparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ int ScriptParams::ASGetInt(const std::string &key) {
}

void ScriptParams::ASRemove(const std::string &key) {
ScriptParamMap::iterator iter = parameter_map_.find(key);
parameter_map_.erase(key);
}

Expand Down

0 comments on commit e8d610c

Please sign in to comment.