librbd: remove double declaration

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
Willem Jan Withagen 2020-11-27 01:15:45 +01:00
parent db2767cc6d
commit 461ff5a3bf

View 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;