Skip to content

Commit

Permalink
fixup for 4b56ef0
Browse files Browse the repository at this point in the history
This restores code accidentally commented out in
4b56ef0.
  • Loading branch information
kroening committed Apr 15, 2024
1 parent 4b56ef0 commit 200b4ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/verilog/verilog_typecheck_expr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,6 @@ void verilog_typecheck_exprt::implicit_typecast(
return;
}
}
#if 0
else if(src_type.id() == ID_natural)
{
if(dest_type.id()==ID_integer)
Expand All @@ -1601,7 +1600,6 @@ void verilog_typecheck_exprt::implicit_typecast(
return;
}
}
#endif
else if(
src_type.id() == ID_bool || src_type.id() == ID_unsignedbv ||
src_type.id() == ID_signedbv || src_type.id() == ID_verilog_unsignedbv ||
Expand Down

0 comments on commit 200b4ec

Please sign in to comment.