File tree 2 files changed +0
-17
lines changed
2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,6 @@ goto_symex_statet::goto_symex_statet():
34
34
35
35
goto_symex_statet::~goto_symex_statet ()=default ;
36
36
37
- void goto_symex_statet::initialize (const goto_functionst &goto_functions)
38
- {
39
- goto_functionst::function_mapt::const_iterator it=
40
- goto_functions.function_map .find (goto_functionst::entry_point ());
41
-
42
- if (it==goto_functions.function_map .end ())
43
- throw " program has no entry point" ;
44
-
45
- const goto_programt &body=it->second .body ;
46
-
47
- source=symex_targett::sourcet (body);
48
- top ().end_of_function =--body.instructions .end ();
49
- top ().calling_location .pc =top ().end_of_function ;
50
- }
51
-
52
37
void goto_symex_statet::level0t::operator ()(
53
38
ssa_exprt &ssa_expr,
54
39
const namespacet &ns,
Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ class goto_symex_statet final
42
42
symex_targett::sourcet source;
43
43
symex_targett *symex_target;
44
44
45
- void initialize (const goto_functionst &goto_functions);
46
-
47
45
// we have a two-level renaming
48
46
49
47
typedef std::map<irep_idt, irep_idt> original_identifierst;
You can’t perform that action at this time.
0 commit comments