diff options
author | Kefu Chai <kchai@redhat.com> | 2017-06-01 14:20:53 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2017-06-02 20:19:50 +0200 |
commit | 1d19254ba20ec4e2d5577fc2be8e965779973d16 (patch) | |
tree | 18b690ce54b00741c5f6b13147ce56df9bce1ee3 /src/rgw/rgw_sync_module_log.cc | |
parent | Merge pull request #14351 from yehudasa/wip-rgw-mdsearch (diff) | |
download | ceph-1d19254ba20ec4e2d5577fc2be8e965779973d16.tar.xz ceph-1d19254ba20ec4e2d5577fc2be8e965779973d16.zip |
rgw: drop asio/{yield,coroutine}.hpp replacements
as we requires boost 1.61+ now, which offers them. see
http://www.boost.org/doc/libs/1_61_0/boost/asio/.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/rgw/rgw_sync_module_log.cc')
-rw-r--r-- | src/rgw/rgw_sync_module_log.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rgw/rgw_sync_module_log.cc b/src/rgw/rgw_sync_module_log.cc index 67212ec593a..93a853f5600 100644 --- a/src/rgw/rgw_sync_module_log.cc +++ b/src/rgw/rgw_sync_module_log.cc @@ -3,7 +3,6 @@ #include "rgw_cr_rados.h" #include "rgw_sync_module.h" #include "rgw_data_sync.h" -#include "rgw_boost_asio_yield.h" #include "rgw_sync_module_log.h" #define dout_subsys ceph_subsys_rgw |