Skip to content

Commit 8a19559

Browse files
Fixup to 13f5f0c
Remove obsolete method declaration
1 parent ea5be1a commit 8a19559

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/goto-checker/goto_symex_property_decider.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ class goto_symex_property_decidert
3737
/// Convert the instances of a property into a goal variable
3838
void convert_goals();
3939

40-
/// Prevent the solver to optimize-away the goal variables
41-
/// (necessary for incremental solving)
42-
void freeze_goal_variables();
43-
4440
/// Add disjunction of negated selected properties to the equation
4541
void add_constraint_from_goals(
4642
std::function<bool(const irep_idt &property_id)> select_property);

0 commit comments

Comments
 (0)