File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,6 @@ class goto_symext
232
232
233
233
friend class symex_dereference_statet ;
234
234
235
- void new_name (symbolt &symbol, statet &state);
236
-
237
235
// this does the following:
238
236
// a) rename non-det choices
239
237
// b) remove pointer dereferencing
Original file line number Diff line number Diff line change 15
15
#include < memory>
16
16
17
17
#include < util/std_expr.h>
18
- #include < util/rename.h>
19
18
#include < util/symbol_table.h>
20
19
#include < util/replace_symbol.h>
21
20
#include < util/make_unique.h>
@@ -46,12 +45,6 @@ void goto_symext::symex_transition(
46
45
state.source .pc =to;
47
46
}
48
47
49
- void goto_symext::new_name (symbolt &symbol, statet &state)
50
- {
51
- get_new_name (symbol, ns);
52
- state.symbol_table .add (symbol);
53
- }
54
-
55
48
void goto_symext::vcc (
56
49
const exprt &vcc_expr,
57
50
const std::string &msg,
You can’t perform that action at this time.
0 commit comments