]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
auth: remove unused forwarde declaration
authorKefu Chai <kchai@redhat.com>
Thu, 18 Jul 2019 13:28:21 +0000 (21:28 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 3 Aug 2019 03:27:20 +0000 (11:27 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/auth/Auth.h

index 621132aa94bb65832e563a355b4f0906164e9b02..642164985e4b576f42a5fcb1585c3c6449803b81 100644 (file)
@@ -30,7 +30,6 @@ enum {
   AUTH_MODE_MON_MAX = 19,
 };
 
-class Cond;
 
 struct EntityAuth {
   CryptoKey key;