File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
#include < analyses/dirty.h>
27
27
28
+ static void get_l1_name (exprt &expr);
29
+
28
30
goto_symex_statet::goto_symex_statet ()
29
31
: depth(0 ),
30
32
symex_target(nullptr ),
@@ -750,7 +752,7 @@ void goto_symex_statet::get_original_name(typet &type) const
750
752
}
751
753
}
752
754
753
- void goto_symex_statet:: get_l1_name (exprt &expr) const
755
+ static void get_l1_name (exprt &expr)
754
756
{
755
757
// do not reset the type !
756
758
Original file line number Diff line number Diff line change @@ -97,9 +97,6 @@ class goto_symex_statet final
97
97
void set_l1_indices (ssa_exprt &expr, const namespacet &ns);
98
98
void set_l2_indices (ssa_exprt &expr, const namespacet &ns);
99
99
100
- // only required for value_set.assign
101
- void get_l1_name (exprt &expr) const ;
102
-
103
100
// this maps L1 names to (L2) types
104
101
typedef std::unordered_map<irep_idt, typet> l1_typest;
105
102
l1_typest l1_types;
You can’t perform that action at this time.
0 commit comments