File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 17
17
#include " namespace.h"
18
18
#include " arith_tools.h"
19
19
20
- void make_next_state (exprt &expr)
21
- {
22
- Forall_operands (it, expr)
23
- make_next_state (*it);
24
-
25
- if (expr.id ()==ID_symbol)
26
- expr.id (ID_next_symbol);
27
- }
28
-
29
20
exprt make_binary (const exprt &expr)
30
21
{
31
22
const exprt::operandst &operands=expr.operands ();
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ class symbolt;
28
28
class typet ;
29
29
class namespacet ;
30
30
31
- // / \deprecated This function will eventually be removed. Use functions
32
- // / from \ref util/std_expr.h instead.
33
-
34
- void make_next_state (exprt &);
35
-
36
31
// / splits an expression with >=3 operands into nested binary expressions
37
32
exprt make_binary (const exprt &);
38
33
You can’t perform that action at this time.
0 commit comments