Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Mar 3, 2024
1 parent 09baada commit 9a07c85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libasr/pass/replace_symbolic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,6 @@ class ReplaceSymbolicVisitor : public PassUtils::PassVisitor<ReplaceSymbolicVisi
pass_result.push_back(al, basic_free_stack(x.base.base.loc,
ASRUtils::EXPR(ASR::make_Var_t(al, x.base.base.loc, symbol))));
}
symbolic_vars_to_free.clear();
pass_result.push_back(al, ASRUtils::STMT(ASR::make_Return_t(al, x.base.base.loc)));
}
}
Expand Down

0 comments on commit 9a07c85

Please sign in to comment.