Skip to content

Commit

Permalink
Remove unused static.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Feb 5, 2023
1 parent 80205a0 commit 2d5ba7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions nano/node/block_pipeline/context.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include <nano/node/block_pipeline/context.hpp>

nano::account const nano::block_pipeline::context::account_one = { 1u };

bool nano::block_pipeline::context::is_send () const
{
debug_assert (state.has_value ());
Expand Down
3 changes: 0 additions & 3 deletions nano/node/block_pipeline/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ namespace block_pipeline
std::shared_ptr<nano::block> previous;
std::optional<nano::account_info> state;
std::optional<nano::pending_info> pending;

private:
static nano::account const account_one;
};
}
}

0 comments on commit 2d5ba7a

Please sign in to comment.