Skip to content

Commit

Permalink
fixup return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Sep 18, 2017
1 parent bc30987 commit 9f9f30d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/goto-programs/initialize_goto_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@ bool initialize_goto_model(
goto_model.goto_functions);

if(start_function_rebuilder(function_id))
{
return 6;
}
return true;
}

msg.status() << "Generating GOTO Program" << messaget::eom;
Expand Down

0 comments on commit 9f9f30d

Please sign in to comment.