We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f237ff + d0c2a49 commit 7e4dd05Copy full SHA for 7e4dd05
src/goto-instrument/call_sequences.cpp
@@ -270,7 +270,6 @@ void check_call_sequence(const goto_modelt &goto_model)
270
271
static void list_calls_and_arguments(
272
const namespacet &ns,
273
- const irep_idt &function,
274
const goto_programt &goto_program)
275
{
276
forall_goto_program_instructions(i_it, goto_program)
@@ -321,5 +320,5 @@ void list_calls_and_arguments(const goto_modelt &goto_model)
321
320
const namespacet ns(goto_model.symbol_table);
322
323
forall_goto_functions(f_it, goto_model.goto_functions)
324
- list_calls_and_arguments(ns, f_it->first, f_it->second.body);
+ list_calls_and_arguments(ns, f_it->second.body);
325
}
0 commit comments