2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-03 09:02:17 +00:00

remove unnecessary fiber ctor

This commit is contained in:
Oliver Kowalke
2014-03-20 08:20:27 +01:00
parent cf90b40978
commit 687df5744f

View File

@@ -64,10 +64,6 @@ public:
impl_( 0)
{}
explicit fiber( detail::worker_fiber * imp) BOOST_NOEXCEPT :
impl_( imp)
{}
#ifndef BOOST_NO_RVALUE_REFERENCES
#ifdef BOOST_MSVC
typedef void ( * fiber_fn)();