Skip to content

Commit 39d25d7

Browse files
Has_properties check must be in incremental_goto_checker
With symex-driven-lazy-loading there might not be any properties initially.
1 parent 93aaa16 commit 39d25d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/goto-checker/all_properties_verifier.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ class all_properties_verifiert : public goto_verifiert
3535

3636
resultt operator()() override
3737
{
38-
// have we got anything to check? otherwise we return PASS
39-
if(!has_properties_to_check(properties))
40-
return resultt::PASS;
41-
4238
while(incremental_goto_checker(properties).progress !=
4339
incremental_goto_checkert::resultt::progresst::DONE)
4440
{

0 commit comments

Comments
 (0)