Skip to content

Commit

Permalink
minor clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
momentarylapse committed Jan 18, 2025
1 parent 453c39f commit 1239957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/kaba/parser/Concretifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2294,7 +2294,6 @@ shared<Node> Concretifier::try_to_match_apply_params(const shared_array<Node> &l
if (operand->is_function()) {
auto f = operand->as_func();

bool any_not_found = false;
for (const auto& [i,p]: enumerate(weak(_params))) {
if (p->kind == NodeKind::NamedParameter) {
string name = p->params[0]->as_token();
Expand Down

0 comments on commit 1239957

Please sign in to comment.