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

Commit 661bb2a

Browse files
committed
Remove unnecessary friend declaration
1 parent 2a13489 commit 661bb2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libp2p/Peer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ class Peer: public Node
5454
friend class Session; /// Allows Session to update score and rating.
5555
friend class Host; /// For Host: saveNetwork(), restoreNetwork()
5656

57-
friend class RLPXHandshake;
58-
5957
public:
6058
/// Construct Peer from Node.
6159
Peer(Node const& _node): Node(_node) {}

0 commit comments

Comments
 (0)