Skip to content

Commit

Permalink
GH-1523 Remove unused spaceship operator not liked by libtester
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Sep 5, 2023
1 parent ab4c1eb commit fb93968
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions libraries/chain/finalizer_set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ namespace eosio::chain {
finalizer_set& finalizer_set::operator=(const finalizer_set&) = default;
finalizer_set& finalizer_set::operator=(finalizer_set&&) noexcept = default;

auto finalizer_set::operator<=>(const finalizer_set&) const = default;

} /// eosio::chain
2 changes: 0 additions & 2 deletions libraries/chain/include/eosio/chain/finalizer_set.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ namespace eosio::chain {
finalizer_set& operator=(const finalizer_set&);
finalizer_set& operator=(finalizer_set&&) noexcept;

auto operator<=>(const finalizer_set&) const;

uint32_t generation = 0; ///< sequentially incrementing version number
uint64_t fthreshold = 0; ///< vote fweight threshold to finalize blocks
std::vector<finalizer_authority> finalizers; ///< Instant Finality voter set
Expand Down

0 comments on commit fb93968

Please sign in to comment.