Skip to content

Commit

Permalink
waf: remove vestiges of waf-run coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Sep 26, 2019
1 parent 073248e commit 62331cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,6 @@ def _build_post_funs(bld):
if bld.env.SUBMODULE_UPDATE:
bld.git_submodule_post_fun()

if bld.env.GCOV_ENABLED:
bld.add_post_fun(lcov_report)

def _load_pre_build(bld):
'''allow for a pre_build() function in build modules'''
brd = bld.get_board()
Expand Down

0 comments on commit 62331cf

Please sign in to comment.