Skip to content

Commit

Permalink
Remove redundant assert
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbrenguier committed Jun 13, 2018
1 parent 6f0f3fb commit 68bddf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jbmc/src/java_bytecode/java_bytecode_convert_method.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,6 @@ codet java_bytecode_convert_methodt::convert_instructions(
else
op=pop(1);

assert(!stack.empty());
exprt::operandst op2;

if(get_bytecode_type_width(stack.back().type())==32)
Expand Down

0 comments on commit 68bddf1

Please sign in to comment.