Skip to content

Commit 3a1b249

Browse files
committed
Removes unimplemented method from code_contractst
Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
1 parent 61ea8ed commit 3a1b249

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/goto-instrument/contracts/contracts.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,6 @@ class code_contractst
178178
std::set<irep_idt> &freely_assignable_symbols,
179179
assigns_clauset &assigns_clause);
180180

181-
/// Creates a local variable declaration for each expression in operands,
182-
/// and stores them in created_declarations. Then creates assignment
183-
/// statements to capture the memory addresses of each expression
184-
/// in the assigns clause within the associated local variable,
185-
/// populating a vector created_references of these local variables.
186-
void populate_assigns_reference(
187-
std::vector<exprt> operands,
188-
const symbolt &function_symbol,
189-
const irep_idt &function_id,
190-
goto_programt &created_declarations,
191-
std::vector<exprt> &created_references);
192-
193181
/// Creates a boolean expression which is true when there exists an expression
194182
/// in aliasable_references with the same pointer object and pointer offset as
195183
/// the address of lhs.

0 commit comments

Comments
 (0)