]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
auth: drop unnecessary forward declaration from AuthClientHandler.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 24 Feb 2021 16:49:13 +0000 (16:49 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Mon, 1 Mar 2021 15:14:25 +0000 (15:14 +0000)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/auth/AuthClientHandler.h

index 3e2f73db049b47ca7a3817129a6cffb742d5e6ad..90bfab2defb620e242912de1e10451e6a09d4f4d 100644 (file)
@@ -19,7 +19,6 @@
 #include "auth/Auth.h"
 #include "include/common_fwd.h"
 
-struct MAuthReply;
 class RotatingKeyRing;
 
 class AuthClientHandler {