]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/admin: remove unused variable
authorKefu Chai <kchai@redhat.com>
Thu, 1 Jul 2021 06:26:38 +0000 (14:26 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 1 Jul 2021 06:26:38 +0000 (14:26 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/admin/admin_socket.h

index a842b62a2d1a03ee0baa2ff54cdb4b21b65d2f7b..81017dd4717ba39b36748561c1da53a87201dcd5 100644 (file)
@@ -89,8 +89,6 @@ class AdminSocket : public seastar::enable_lw_shared_from_this<AdminSocket> {
   AdminSocket(AdminSocket&&) = delete;
   AdminSocket& operator=(AdminSocket&&) = delete;
 
-  using hook_server_tag = const void*;
-
   /**
    *  create the async Seastar thread that handles asok commands arriving
    *  over the socket.