]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: remove double declaration
authorWillem Jan Withagen <wjw@digiware.nl>
Fri, 27 Nov 2020 00:15:45 +0000 (01:15 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Fri, 27 Nov 2020 00:15:45 +0000 (01:15 +0100)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/librbd/migration/HttpClient.h

index 0dfca9d48e17ac7dc9a50ab1fc4fe0d994ef932a..bab1a29abca6a976a7224ec06a4c28ccb7108c67 100644 (file)
@@ -156,7 +156,6 @@ private:
         boost::beast::ssl_stream<boost::beast::tcp_stream>& stream) = 0;
   };
 
-  struct HttpSessionInterface;
   template <typename D> struct HttpSession;
   struct PlainHttpSession;
   struct SslHttpSession;