From: Jos Collin Date: Thu, 7 Dec 2017 07:56:37 +0000 (+0530) Subject: client: drop duplicate friend X-Git-Tag: v13.0.2~826^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19373%2Fhead;p=ceph.git client: drop duplicate friend Dropped duplicate friend access providing, as the below warning appears: ceph/src/client/Client.h:764:16: warning: ‘C_Client_Remount’ is already a friend of ‘Client’ [enabled by default] friend class C_Client_Remount; Signed-off-by: Jos Collin --- diff --git a/src/client/Client.h b/src/client/Client.h index 0c1669c10da2..a792a5cdbbd5 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -761,7 +761,6 @@ private: void _put_fh(Fh *fh); int _do_remount(void); - friend class C_Client_Remount; struct C_Readahead : public Context { Client *client;