]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_aio_throttle.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rgw / rgw_aio_throttle.cc
index e9546693275a4953dcbab00f7944f68bd71a0077..8ada6db34a91bcf3d065bd668b48187b6d1d78e3 100644 (file)
@@ -16,7 +16,6 @@
 #include "include/rados/librados.hpp"
 
 #include "rgw_aio_throttle.h"
-#include "rgw_rados.h"
 
 namespace rgw {
 
@@ -110,8 +109,6 @@ AioResultList BlockingAioThrottle::drain()
   return std::move(completed);
 }
 
-#ifdef HAVE_BOOST_CONTEXT
-
 template <typename CompletionToken>
 auto YieldingAioThrottle::async_wait(CompletionToken&& token)
 {
@@ -202,6 +199,4 @@ AioResultList YieldingAioThrottle::drain()
   }
   return std::move(completed);
 }
-#endif // HAVE_BOOST_CONTEXT
-
 } // namespace rgw