File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 35
35
#include " counterexample_beautification.h"
36
36
#include " fault_localization.h"
37
37
38
- void bmct::do_unwind_module ()
39
- {
40
- // this is a hook for hw-cbmc
41
- }
42
-
43
38
// / Hook used by CEGIS to selectively freeze variables
44
39
// / in the SAT solver after the SSA formula is added to the solver.
45
40
// / Freezing variables is necessary to make use of incremental
@@ -118,9 +113,6 @@ void bmct::output_graphml(resultt result)
118
113
119
114
void bmct::do_conversion ()
120
115
{
121
- // convert HDL (hook for hw-cbmc)
122
- do_unwind_module ();
123
-
124
116
status () << " converting SSA" << eom;
125
117
126
118
// convert SSA
Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ class bmct:public safety_checkert
191
191
192
192
// unwinding
193
193
virtual void setup_unwind ();
194
- virtual void do_unwind_module ();
195
194
void do_conversion ();
196
195
197
196
virtual void freeze_program_variables ();
You can’t perform that action at this time.
0 commit comments