Skip to content

Commit ccca314

Browse files
author
Daniel Kroening
committed
ccover: remove preconditions
1 parent 4186e07 commit ccca314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ccover/ccover_parse_options.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ bool ccover_parse_optionst::process_goto_program(
542542

543543
mm_io(goto_model);
544544

545-
// instrument library preconditions
546-
instrument_preconditions(goto_model);
545+
// remove library preconditions
546+
remove_preconditions(goto_model);
547547

548548
// remove returns, gcc vectors, complex
549549
remove_returns(goto_model);

0 commit comments

Comments
 (0)