Skip to content

Commit

Permalink
Integrated changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
iomaganaris committed Oct 17, 2023
1 parent a274d56 commit b4aa867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codegen/codegen_cpp_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ bool CodegenCppVisitor::need_semicolon(const Statement& node) {
|| node.is_else_statement()
|| node.is_from_statement()
|| node.is_verbatim()
|| node.is_from_statement()
|| node.is_conductance_hint()
|| node.is_while_statement()
|| node.is_protect_statement()
Expand Down

0 comments on commit b4aa867

Please sign in to comment.