Skip to content

Commit 81d5f8c

Browse files
committed
Remove trivial assertion
This is the else branch of an if guarded by this condition.
1 parent d7bb1d4 commit 81d5f8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jbmc/src/java_bytecode/java_entry_point.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,6 @@ main_function_resultt get_main_symbol(
542542
}
543543
else
544544
{
545-
// no function given, we look for the main class
546-
assert(config.main=="");
547-
548545
// are we given a main class?
549546
if(main_class.empty())
550547
{

0 commit comments

Comments
 (0)