Skip to content

Commit 957e592

Browse files
committed
wip
1 parent dc196bc commit 957e592

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lpython/semantics/python_ast_to_asr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4591,7 +4591,6 @@ class BodyVisitor : public CommonVisitor<BodyVisitor> {
45914591
// never cast into expression using ASRUtils::EXPR
45924592
// Just ignore and exit the function naturally.
45934593
if( !ASR::is_a<ASR::stmt_t>(*tmp) ) {
4594-
ASRUtils::EXPR(tmp);
45954594
tmp = nullptr;
45964595
}
45974596
}

0 commit comments

Comments
 (0)