Skip to content

Commit

Permalink
clean up unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa committed Aug 11, 2024
1 parent dd6a76b commit 8278e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libasr/pass/python_bind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ ASR::expr_t *type_enum_to_asr_expr(Allocator &al, enum T t, Location &l, std::st
ASR::symbol_t *v = ASR::down_cast<ASR::symbol_t>(ASR::make_Variable_t(al, l, current_scope, s.c_str(al), nullptr,
0, intent, nullptr, nullptr, ASR::storage_typeType::Default,
type, nullptr, ASR::abiType::BindC, ASR::Public,
ASR::presenceType::Required, true)); // intent == ASRUtils::intent_in ? true : false
ASR::presenceType::Required, true));
current_scope->add_symbol(n, v);
return ASRUtils::EXPR(ASR::make_Var_t(al, l, v));
}
Expand Down

0 comments on commit 8278e43

Please sign in to comment.