From: Willem Jan Withagen Date: Fri, 27 Nov 2020 00:15:45 +0000 (+0100) Subject: librbd: remove double declaration X-Git-Tag: v16.1.0~444^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=461ff5a3bf77efaa55e90789d173ce16f16a50bb;p=ceph.git librbd: remove double declaration Signed-off-by: Willem Jan Withagen --- diff --git a/src/librbd/migration/HttpClient.h b/src/librbd/migration/HttpClient.h index 0dfca9d48e17..bab1a29abca6 100644 --- a/src/librbd/migration/HttpClient.h +++ b/src/librbd/migration/HttpClient.h @@ -156,7 +156,6 @@ private: boost::beast::ssl_stream& stream) = 0; }; - struct HttpSessionInterface; template struct HttpSession; struct PlainHttpSession; struct SslHttpSession;