File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ bool ssa_exprt::can_build_identifier(const exprt &expr)
82
82
return false ;
83
83
}
84
84
85
- std::pair<irep_idt, irep_idt> ssa_exprt:: build_identifier (
85
+ static std::pair<irep_idt, irep_idt> build_identifier (
86
86
const exprt &expr,
87
87
const irep_idt &l0,
88
88
const irep_idt &l1,
Original file line number Diff line number Diff line change @@ -121,12 +121,6 @@ class ssa_exprt:public symbol_exprt
121
121
122
122
void update_identifier ();
123
123
124
- static std::pair<irep_idt, irep_idt> build_identifier (
125
- const exprt &src,
126
- const irep_idt &l0,
127
- const irep_idt &l1,
128
- const irep_idt &l2);
129
-
130
124
/* Used to determine whether or not an identifier can be built
131
125
* before trying and getting an exception */
132
126
static bool can_build_identifier (const exprt &src);
You can’t perform that action at this time.
0 commit comments