Skip to content

Commit 0498da9

Browse files
authored
Merge pull request diffblue#2400 from tautschnig/vs-return-type
Fix return type of nodes_empty
2 parents 2eb9156 + 6256290 commit 0498da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/src/java_bytecode/java_local_variable_table.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct procedure_local_cfg_baset<
9292
return (--args.second.end())->first;
9393
}
9494

95-
unsigned nodes_empty(const method_with_amapt &args) const
95+
bool nodes_empty(const method_with_amapt &args) const
9696
{
9797
return args.second.empty();
9898
}

0 commit comments

Comments
 (0)