mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Merge #9435: Removed unused variable in test, fixing warning.
35356b4
Remove unused variable in test, fixing warning. (Russell Yanofsky)
This commit is contained in:
parent
7417a5b249
commit
b9b3583353
@ -539,7 +539,6 @@ const static char NO_ENTRY = -1;
|
|||||||
|
|
||||||
const static auto FLAGS = {char(0), FRESH, DIRTY, char(DIRTY | FRESH)};
|
const static auto FLAGS = {char(0), FRESH, DIRTY, char(DIRTY | FRESH)};
|
||||||
const static auto CLEAN_FLAGS = {char(0), 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};
|
const static auto ABSENT_FLAGS = {NO_ENTRY};
|
||||||
|
|
||||||
void SetCoinsValue(CAmount value, Coin& coin)
|
void SetCoinsValue(CAmount value, Coin& coin)
|
||||||
|
Loading…
Reference in New Issue
Block a user