Skip to content

Commit 355b8e9

Browse files
Do not copy on initialization
make_util_unique creates the instance.
1 parent 4c5c3e1 commit 355b8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-checker/single_path_symex_checker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ void single_path_symex_checkert::prepare(
155155
properties, result.updated_properties, equation);
156156

157157
property_decider = util_make_unique<goto_symex_property_decidert>(
158-
goto_symex_property_decidert(options, ui_message_handler, equation, ns));
158+
options, ui_message_handler, equation, ns);
159159

160160
log.status() << "Passing problem to "
161161
<< property_decider->get_solver().decision_procedure_text()

0 commit comments

Comments
 (0)