File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
Expand file tree Collapse file tree 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():
3434
3535goto_symex_statet::~goto_symex_statet ()=default ;
3636
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-
5237void goto_symex_statet::level0t::operator ()(
5338 ssa_exprt &ssa_expr,
5439 const namespacet &ns,
Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ class goto_symex_statet final
4242 symex_targett::sourcet source;
4343 symex_targett *symex_target;
4444
45- void initialize (const goto_functionst &goto_functions);
46-
4745 // we have a two-level renaming
4846
4947 typedef std::map<irep_idt, irep_idt> original_identifierst;
You can’t perform that action at this time.
0 commit comments