Skip to content

Commit b998e56

Browse files
committed
Remove dead code.
1 parent f3f3b4a commit b998e56

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/chain/checkpoint.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ std::istream& operator>>(std::istream& stream, checkpoint& out) THROWS
133133

134134
hash_digest hash;
135135
size_t height(zero);
136-
137-
// std::string avoids boolean override.
138-
const auto tokens = split(value, std::string{ ":" });
136+
const auto tokens = split(value, ":");
139137

140138
if (tokens.size() != two ||
141139
!decode_hash(hash, tokens.front()) ||

0 commit comments

Comments
 (0)