Skip to content

Commit faf2c5a

Browse files
author
MarcoFalke
committed
build: Remove unused USE_COVERAGE
1 parent ab7915f commit faf2c5a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build_msvc/bitcoin_config.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,6 @@
313313
/* Define this symbol to build in assembly routines */
314314
//#define USE_ASM 1
315315

316-
/* Define this symbol if coverage is enabled */
317-
/* #undef USE_COVERAGE */
318-
319316
/* Define if dbus support should be compiled in */
320317
/* #undef USE_DBUS */
321318

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,6 @@ if test x$use_lcov = xyes; then
641641
[AC_MSG_ERROR("lcov testing requested but --coverage linker flag does not work")])
642642
AX_CHECK_COMPILE_FLAG([--coverage],[CXXFLAGS="$CXXFLAGS --coverage"],
643643
[AC_MSG_ERROR("lcov testing requested but --coverage flag does not work")])
644-
AC_DEFINE(USE_COVERAGE, 1, [Define this symbol if coverage is enabled])
645644
CXXFLAGS="$CXXFLAGS -Og"
646645
fi
647646

0 commit comments

Comments
 (0)