File tree 2 files changed +3
-6
lines changed 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,7 @@ void instrument_cover_goals(
54
54
// / \deprecated use instrument_cover_goals(goto_programt &goto_program,
55
55
// / const cover_instrumenterst &instrumenters,
56
56
// / message_handlert &message_handler, const irep_idt mode) instead
57
- DEPRECATED (
58
- " use instrument_cover_goals(goto_programt &goto_program,"
59
- " const cover_instrumenterst &instrumenters,"
60
- " message_handlert &message_handler, const irep_idt mode) instead" )
57
+ DEPRECATED (" use instrument_cover_goals(goto_programt &...) instead" )
61
58
void instrument_cover_goals(
62
59
const symbol_tablet &symbol_table,
63
60
goto_programt &goto_program,
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ Date: April 2016
31
31
#include < goto-programs/remove_skip.h>
32
32
33
33
// / Set up argv with up to max_argc pointers into an array of 4096 bytes.
34
- // / \param symbol_table: Input program's symbol table
35
- // / \param goto_functions: Input program's intermediate representation
34
+ // / \param goto_model: Contains the input program's symbol table and
35
+ // / intermediate representation
36
36
// / \param max_argc: User-specified maximum number of arguments to be modelled
37
37
// / \param message_handler: message logging
38
38
// / \return True, if and only if modelling succeeded
You can’t perform that action at this time.
0 commit comments