File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ void symex_slice_by_tracet::slice_by_trace(
31
31
{
32
32
std::cout << " Slicing by trace...\n " ;
33
33
34
- merge_identifier=" goto_symex::\\ merge" ;
35
- merge_symbol=symbol_exprt (typet (ID_bool));
36
- merge_symbol.set_identifier (merge_identifier);
37
-
38
34
std::vector<exprt> trace_conditions;
39
35
40
36
size_t length=trace_files.length ();
Original file line number Diff line number Diff line change 17
17
class symex_slice_by_tracet
18
18
{
19
19
public:
20
- explicit symex_slice_by_tracet (const namespacet &_ns):
21
- ns(_ns),
22
- alphabet_parity(false )
20
+ explicit symex_slice_by_tracet (const namespacet &_ns)
21
+ : ns(_ns),
22
+ alphabet_parity(false ),
23
+ merge_symbol(" goto_symex::\\ merge" , bool_typet())
24
+
23
25
{
24
26
}
25
27
You can’t perform that action at this time.
0 commit comments