From 461ff5a3bf77efaa55e90789d173ce16f16a50bb Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Fri, 27 Nov 2020 01:15:45 +0100 Subject: [PATCH] librbd: remove double declaration Signed-off-by: Willem Jan Withagen --- src/librbd/migration/HttpClient.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librbd/migration/HttpClient.h b/src/librbd/migration/HttpClient.h index 0dfca9d48e17a..bab1a29abca6a 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; -- 2.39.5