Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Remove unnecessary friend declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed May 22, 2019
1 parent 2a13489 commit 661bb2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libp2p/Peer.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ class Peer: public Node
friend class Session; /// Allows Session to update score and rating.
friend class Host; /// For Host: saveNetwork(), restoreNetwork()

friend class RLPXHandshake;

public:
/// Construct Peer from Node.
Peer(Node const& _node): Node(_node) {}
Expand Down

0 comments on commit 661bb2a

Please sign in to comment.