Skip to content

Commit d5e54ff

Browse files
author
kroening
committed
cleanup
git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@891 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
1 parent 682ced2 commit d5e54ff

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

src/goto-symex/goto_symex_state.h

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)