Skip to content

Commit 9f9f30d

Browse files
author
Daniel Kroening
committed
fixup return value
1 parent bc30987 commit 9f9f30d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/goto-programs/initialize_goto_model.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ bool initialize_goto_model(
142142
goto_model.goto_functions);
143143

144144
if(start_function_rebuilder(function_id))
145-
{
146-
return 6;
147-
}
145+
return true;
148146
}
149147

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

0 commit comments

Comments
 (0)