From: runsisi Date: Sat, 31 Mar 2018 10:23:06 +0000 (+0800) Subject: auth: remove unused forward declaration X-Git-Tag: v14.1.0~1148^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55ef6cf5d7d81dcd310ddb287298627723fa9928;p=ceph.git auth: remove unused forward declaration Signed-off-by: runsisi --- diff --git a/src/auth/AuthSessionHandler.h b/src/auth/AuthSessionHandler.h index f6c0b6000f3..6689f03052a 100644 --- a/src/auth/AuthSessionHandler.h +++ b/src/auth/AuthSessionHandler.h @@ -24,7 +24,6 @@ // Defines the security applied to ongoing messages in a session, once the session is established. PLR class CephContext; -class KeyServer; class Message; struct AuthSessionHandler {