Skip to content

Commit

Permalink
Merge bitcoin#9435: Removed unused variable in test, fixing warning.
Browse files Browse the repository at this point in the history
35356b4 Remove unused variable in test, fixing warning. (Russell Yanofsky)
  • Loading branch information
MarcoFalke committed Dec 27, 2016
2 parents 0f921e6 + 35356b4 commit dbc8a8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/coins_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dbc8a8c

Please sign in to comment.