Browse Source

Merge #9435: Removed unused variable in test, fixing warning.

35356b4 Remove unused variable in test, fixing warning. (Russell Yanofsky)
0.14
MarcoFalke 8 years ago
parent
commit
dbc8a8c86a
No known key found for this signature in database
GPG Key ID: 2D7F2372E50FE137
  1. 1
      src/test/coins_tests.cpp

1
src/test/coins_tests.cpp

@ -429,7 +429,6 @@ const static char NO_ENTRY = -1; @@ -429,7 +429,6 @@ const static char NO_ENTRY = -1;
const static auto FLAGS = {char(0), FRESH, DIRTY, char(DIRTY | FRESH)};
const static auto CLEAN_FLAGS = {char(0), FRESH};
const static auto DIRTY_FLAGS = {DIRTY, char(DIRTY | FRESH)};
const static auto ABSENT_FLAGS = {NO_ENTRY};
void SetCoinsValue(CAmount value, CCoins& coins)

Loading…
Cancel
Save