remove unwind_coroutine()

This commit is contained in:
Oliver Kowalke 2015-11-30 20:13:00 +01:00
parent cb079a3aa1
commit e79634b072

View File

@ -24,12 +24,6 @@ namespace detail {
struct forced_unwind {};
inline
void * unwind_coroutine( void * data) {
throw forced_unwind{};
return data;
}
}}}
#ifdef BOOST_HAS_ABI_HEADERS