Skip to content

Commit 68bddf1

Browse files
Remove redundant assert
1 parent 6f0f3fb commit 68bddf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jbmc/src/java_bytecode/java_bytecode_convert_method.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,6 @@ codet java_bytecode_convert_methodt::convert_instructions(
17491749
else
17501750
op=pop(1);
17511751

1752-
assert(!stack.empty());
17531752
exprt::operandst op2;
17541753

17551754
if(get_bytecode_type_width(stack.back().type())==32)

0 commit comments

Comments
 (0)