]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/beast/core/buffers_adaptor.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / beast / core / buffers_adaptor.hpp
index 0485d379eca6d827ae2f61438b18d4a68f0c15ad..b8e5ce30f56266796d0cc9f706a5fead83c2f5ab 100644 (file)
@@ -112,10 +112,6 @@ public:
 #else
     using const_buffers_type = subrange<false>;
 
-#ifdef BOOST_BEAST_ALLOW_DEPRECATED
-    using mutable_data_type = subrange<true>;
-#endif
-
     using mutable_buffers_type = subrange<true>;
 #endif