]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/beast/core/flat_static_buffer.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / beast / core / flat_static_buffer.hpp
index eae4be47c9b38a5937a26032befdc33c521bf96d..48b378d8ef31ea231d196a1700333ee7bcc2daef 100644 (file)
@@ -92,32 +92,11 @@ public:
     void
     clear() noexcept;
 
-#ifdef BOOST_BEAST_ALLOW_DEPRECATED
-    /// Change the number of readable and writable bytes to zero.
-    void
-    reset() noexcept
-    {
-        clear();
-    }
-#elif ! BOOST_BEAST_DOXYGEN
-    template<std::size_t I = 0>
-    void
-    reset() noexcept
-    {
-        static_assert(I != 0,
-            BOOST_BEAST_DEPRECATION_STRING);
-    }
-#endif
-
     //--------------------------------------------------------------------------
 
     /// The ConstBufferSequence used to represent the readable bytes.
     using const_buffers_type = net::const_buffer;
 
-#ifdef BOOST_BEAST_ALLOW_DEPRECATED
-    using mutable_data_type = net::mutable_buffer;
-#endif
-
     /// The MutableBufferSequence used to represent the writable bytes.
     using mutable_buffers_type = net::mutable_buffer;