From edd6504d87c57a04d9706d189e89251967e8b722 Mon Sep 17 00:00:00 2001 From: Yingxin Cheng Date: Thu, 13 Oct 2022 16:03:29 +0800 Subject: [PATCH] crimson/net: drop the unused ProtocolV1 Signed-off-by: Yingxin Cheng --- src/crimson/net/SocketConnection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crimson/net/SocketConnection.h b/src/crimson/net/SocketConnection.h index b26f77dd714..bb158d57e46 100644 --- a/src/crimson/net/SocketConnection.h +++ b/src/crimson/net/SocketConnection.h @@ -100,7 +100,6 @@ class SocketConnection : public Connection { seastar::socket_address get_local_address() const; friend class Protocol; - friend class ProtocolV1; friend class ProtocolV2; }; -- 2.39.5