Skip to content

Commit

Permalink
Merge pull request #436 from evoskuil/master
Browse files Browse the repository at this point in the history
Remove dead code.
  • Loading branch information
evoskuil authored Oct 22, 2024
2 parents 7df60c6 + ed837f9 commit 62f2704
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/messages/block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ using namespace system;

BC_PUSH_WARNING(NO_THROW_IN_NOEXCEPT)
BC_PUSH_WARNING(NO_UNGUARDED_POINTERS)

// Measured through block 840,000 - assumes consistent platform sizing.
constexpr auto maximal_block = 30'000'000_size;

const std::string block::command = "block";
const identifier block::id = identifier::block;
Expand Down

0 comments on commit 62f2704

Please sign in to comment.