mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
redis: Remove unneeded connection friend declaration
This commit is contained in:
@@ -87,7 +87,6 @@ public:
|
||||
using response_type = result;
|
||||
|
||||
private:
|
||||
friend class connection;
|
||||
class connection : public boost::intrusive::list_base_hook<> {
|
||||
redis_server& _server;
|
||||
socket_address _server_addr;
|
||||
|
||||
Reference in New Issue
Block a user