mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Remove unused variable in test, fixing warning.
Pointed out by Pavel Janík <Pavel@Janik.cz> in https://github.com/bitcoin/bitcoin/pull/9308.
This commit is contained in:
parent
e8cfe1ee2d
commit
35356b40ef
@ -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…
Reference in New Issue
Block a user