Skip to content

Commit b46c9af

Browse files
author
Remi Delmas
committed
CONTRACTS: remove unused class member
1 parent 78a96c3 commit b46c9af

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/goto-instrument/contracts/dynamic-frames/dfcc.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ void dfcc(
9898
to_exclude_from_nondet_static};
9999
}
100100

101-
std::map<irep_idt, irep_idt> dfcct::wrapped_functions_cache;
102-
103101
dfcct::dfcct(
104102
const optionst &options,
105103
goto_modelt &goto_model,

src/goto-instrument/contracts/dynamic-frames/dfcc.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,6 @@ class dfcct
202202
dfcc_contract_handlert contract_handler;
203203
dfcc_swap_and_wrapt swap_and_wrap;
204204

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-
209205
/// Tracks the maximum number of targets in any assigns clause handled in the
210206
/// transformation (used to specialize/unwind loops in DFCC library functions)
211207
std::size_t max_assigns_clause_size;

0 commit comments

Comments
 (0)