mirror of https://github.com/ArduPilot/ardupilot
waf: remove vestiges of waf-run coverage
This commit is contained in:
parent
073248eca5
commit
62331cf8a0
3
wscript
3
wscript
|
@ -497,9 +497,6 @@ def _build_post_funs(bld):
|
||||||
if bld.env.SUBMODULE_UPDATE:
|
if bld.env.SUBMODULE_UPDATE:
|
||||||
bld.git_submodule_post_fun()
|
bld.git_submodule_post_fun()
|
||||||
|
|
||||||
if bld.env.GCOV_ENABLED:
|
|
||||||
bld.add_post_fun(lcov_report)
|
|
||||||
|
|
||||||
def _load_pre_build(bld):
|
def _load_pre_build(bld):
|
||||||
'''allow for a pre_build() function in build modules'''
|
'''allow for a pre_build() function in build modules'''
|
||||||
brd = bld.get_board()
|
brd = bld.get_board()
|
||||||
|
|
Loading…
Reference in New Issue