File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/goto-instrument/contracts Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments