]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/asio/test/buffered_write_stream.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / asio / test / buffered_write_stream.cpp
index f75a9f65c28ab36077d8a6ae7d9c3232493c504b..e5a4eb3e9a885fa989c95da66dd887e284b170f0 100644 (file)
@@ -2,7 +2,7 @@
 // buffered_write_stream.cpp
 // ~~~~~~~~~~~~~~~~~~~~~~~~~
 //
-// Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2019 Christopher M. Kohlhoff (chris at kohlhoff dot com)
 //
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -81,14 +81,6 @@ void test_compile()
     stream_type::executor_type ex = stream1.get_executor();
     (void)ex;
 
-#if !defined(BOOST_ASIO_NO_DEPRECATED)
-    io_context& ioc_ref = stream1.get_io_context();
-    (void)ioc_ref;
-
-    io_context& ioc_ref2 = stream1.get_io_service();
-    (void)ioc_ref2;
-#endif // !defined(BOOST_ASIO_NO_DEPRECATED)
-
     stream_type::lowest_layer_type& lowest_layer = stream1.lowest_layer();
     (void)lowest_layer;