File tree 1 file changed +0
-26
lines changed 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
216
216
void get_original_name (exprt &expr) const ;
217
217
void get_original_name (typet &type) const ;
218
218
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
-
237
219
// uses level 1 names, and is used to
238
220
// do dereferencing
239
221
value_sett value_set;
@@ -255,14 +237,6 @@ class goto_symex_statet
255
237
}
256
238
};
257
239
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
-
266
240
// gotos
267
241
typedef std::list<goto_statet> goto_state_listt;
268
242
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