diff --git a/http/src/network/http/v2/client/response.hpp b/http/src/network/http/v2/client/response.hpp index 21cf37c0c..37fa348f9 100644 --- a/http/src/network/http/v2/client/response.hpp +++ b/http/src/network/http/v2/client/response.hpp @@ -60,23 +60,6 @@ class response { */ typedef headers_type::const_iterator const_headers_iterator; - /** - * \brief Constructor. - */ - response() = default; - - /** - * \brief Copy constructor. - * \param other The other response object. - */ - response(const response &other) = default; - - /** - * \brief Move constructor. - * \param other The other response object. - */ - response(response &&other) noexcept = default; - /** * \brief Swap function. * \param other The other response object.