File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -216,24 +216,6 @@ class goto_symex_statet
216216 void get_original_name (exprt &expr) const ;
217217 void get_original_name (typet &type) const ;
218218
219- // does all levels of renaming
220- irep_idt current_name (
221- const namespacet &ns,
222- const irep_idt &identifier)
223- {
224- return current_name (level2, ns, identifier);
225- }
226-
227- irep_idt current_name (
228- const level2t &level2,
229- const namespacet &ns,
230- const irep_idt &identifier)
231- {
232- return level2.current_name (
233- top ().level1 .current_name (
234- level0 (identifier, ns, source.thread_nr )));
235- }
236-
237219 // uses level 1 names, and is used to
238220 // do dereferencing
239221 value_sett value_set;
@@ -255,14 +237,6 @@ class goto_symex_statet
255237 }
256238 };
257239
258- irep_idt current_name (
259- const goto_statet &goto_state,
260- const namespacet &ns,
261- const irep_idt &identifier)
262- {
263- return current_name (goto_state.level2 , ns, identifier);
264- }
265-
266240 // gotos
267241 typedef std::list<goto_statet> goto_state_listt;
268242 typedef std::map<goto_programt::const_targett, goto_state_listt> goto_state_mapt;
You can’t perform that action at this time.
0 commit comments