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 1717#include " namespace.h"
1818#include " arith_tools.h"
1919
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-
2920exprt make_binary (const exprt &expr)
3021{
3122 const exprt::operandst &operands=expr.operands ();
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ class symbolt;
2828class typet ;
2929class namespacet ;
3030
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-
3631// / splits an expression with >=3 operands into nested binary expressions
3732exprt make_binary (const exprt &);
3833
You can’t perform that action at this time.
0 commit comments