Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmUpTill committed Dec 10, 2023
1 parent 220f27b commit c043053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/macro-core/macro-segment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ void MacroSegment::InvalidateTempVarValues()
std::optional<const TempVariable>
MacroSegment::GetTempVar(const std::string &id) const
{
TempVariable *result = nullptr;
for (auto &var : _tempVariables) {
if (var.ID() == id) {
return var;
Expand Down

0 comments on commit c043053

Please sign in to comment.