Skip to content

Commit

Permalink
build: Remove unused USE_COVERAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Feb 10, 2020
1 parent ab7915f commit faf2c5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build_msvc/bitcoin_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,6 @@
/* Define this symbol to build in assembly routines */
//#define USE_ASM 1

/* Define this symbol if coverage is enabled */
/* #undef USE_COVERAGE */

/* Define if dbus support should be compiled in */
/* #undef USE_DBUS */

Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,6 @@ if test x$use_lcov = xyes; then
[AC_MSG_ERROR("lcov testing requested but --coverage linker flag does not work")])
AX_CHECK_COMPILE_FLAG([--coverage],[CXXFLAGS="$CXXFLAGS --coverage"],
[AC_MSG_ERROR("lcov testing requested but --coverage flag does not work")])
AC_DEFINE(USE_COVERAGE, 1, [Define this symbol if coverage is enabled])
CXXFLAGS="$CXXFLAGS -Og"
fi

Expand Down

0 comments on commit faf2c5a

Please sign in to comment.