Skip to content

Commit dbc8a8c

Browse files
author
MarcoFalke
committed
Merge #9435: Removed unused variable in test, fixing warning.
35356b4 Remove unused variable in test, fixing warning. (Russell Yanofsky)
2 parents 0f921e6 + 35356b4 commit dbc8a8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/coins_tests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ const static char NO_ENTRY = -1;
429429

430430
const static auto FLAGS = {char(0), FRESH, DIRTY, char(DIRTY | FRESH)};
431431
const static auto CLEAN_FLAGS = {char(0), FRESH};
432-
const static auto DIRTY_FLAGS = {DIRTY, char(DIRTY | FRESH)};
433432
const static auto ABSENT_FLAGS = {NO_ENTRY};
434433

435434
void SetCoinsValue(CAmount value, CCoins& coins)

0 commit comments

Comments
 (0)