Skip to content

Commit

Permalink
Make update_covered_lines a static function
Browse files Browse the repository at this point in the history
This is only working on the block_info member.
  • Loading branch information
romainbrenguier committed Feb 13, 2018
1 parent 0f3ae1a commit 35422f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goto-instrument/cover_basic_blocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class cover_basic_blockst

/// create list of covered lines as CSV string and set as property of source
/// location of basic block, compress to ranges if applicable
void update_covered_lines(block_infot &block_info);
static void update_covered_lines(block_infot &block_info);
};

#endif // CPROVER_GOTO_INSTRUMENT_COVER_BASIC_BLOCKS_H

0 comments on commit 35422f3

Please sign in to comment.