]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: drop duplicate friend
authorJos Collin <jcollin@redhat.com>
Thu, 7 Dec 2017 07:56:37 +0000 (13:26 +0530)
committerJos Collin <jcollin@redhat.com>
Thu, 7 Dec 2017 07:56:44 +0000 (13:26 +0530)
commit1aa2e7c677ab9f66f858d29cc86cf3206d6875bf
treeef7b5e5a9ef5c62a55b379eaf05a1889e15671af
parentf3b2eb9d2d6353220b368862298a04a93965842e
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 <jcollin@redhat.com>
src/client/Client.h