diff --git a/test/channel.cpp b/test/channel.cpp index 54fe6b21..4eec322e 100644 --- a/test/channel.cpp +++ b/test/channel.cpp @@ -296,15 +296,6 @@ BOOST_AUTO_TEST_SUITE_END(); namespace boost::cobalt { -struct move_only -{ - move_only() {} - move_only(move_only &&) {} - move_only& operator=(move_only &&) {return * this;} -}; - -template struct channel; - CO_TEST_CASE(unique) { std::unique_ptr p{new int(42)};