File tree 2 files changed +0
-6
lines changed
src/goto-instrument/contracts/dynamic-frames
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,6 @@ void dfcc(
98
98
to_exclude_from_nondet_static};
99
99
}
100
100
101
- std::map<irep_idt, irep_idt> dfcct::wrapped_functions_cache;
102
-
103
101
dfcct::dfcct (
104
102
const optionst &options,
105
103
goto_modelt &goto_model,
Original file line number Diff line number Diff line change @@ -202,10 +202,6 @@ class dfcct
202
202
dfcc_contract_handlert contract_handler;
203
203
dfcc_swap_and_wrapt swap_and_wrap;
204
204
205
- // / Maps wrapper function to the wrapped function.
206
- // / Caching prevents wrapping more than once.
207
- static std::map<irep_idt, irep_idt> wrapped_functions_cache;
208
-
209
205
// / Tracks the maximum number of targets in any assigns clause handled in the
210
206
// / transformation (used to specialize/unwind loops in DFCC library functions)
211
207
std::size_t max_assigns_clause_size;
You can’t perform that action at this time.
0 commit comments