diff options
| author | MarcoFalke <[email protected]> | 2016-12-27 18:51:30 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-12-27 18:51:36 +0100 |
| commit | dbc8a8c86ae50059fddb2d6834fa5f0c9bbf9b71 (patch) | |
| tree | b66d5991e7c8b9f99b0704a27c1d316d6c3229ea /src | |
| parent | Merge #9406: Re-enable a blank v1 Tx JSON test (diff) | |
| parent | Remove unused variable in test, fixing warning. (diff) | |
| download | discoin-dbc8a8c86ae50059fddb2d6834fa5f0c9bbf9b71.tar.xz discoin-dbc8a8c86ae50059fddb2d6834fa5f0c9bbf9b71.zip | |
Merge #9435: Removed unused variable in test, fixing warning.
35356b4 Remove unused variable in test, fixing warning. (Russell Yanofsky)
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/coins_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp index f0e74a55d..09fe0bf15 100644 --- a/src/test/coins_tests.cpp +++ b/src/test/coins_tests.cpp @@ -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) |