We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5199c12 commit 825907bCopy full SHA for 825907b
src/goto-instrument/code_contracts.h
@@ -168,12 +168,6 @@ class code_contractst
168
void
169
add_contract_check(const irep_idt &, const irep_idt &, goto_programt &dest);
170
171
- const symbolt &new_tmp_symbol(
172
- const typet &type,
173
- const source_locationt &source_location,
174
- const irep_idt &function_id,
175
- const irep_idt &mode);
176
-
177
//If the expression is a quantified expression, this function adds
178
//the quantified variable to the symbol table and to the expression map
179
void add_quantified_variable(
0 commit comments