Skip to content

Commit

Permalink
Leftover from moving to std::exception_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jun 11, 2017
1 parent 1649b53 commit 7252e2f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hpx/lcos/detail/future_await_traits.hpp
Expand Up @@ -156,11 +156,6 @@ namespace hpx { namespace lcos { namespace detail
}
}

void set_exception(std::exception_ptr e)
{
this->base_type::set_exception(std::move(e));
}

void destroy()
{
std::experimental::coroutine_handle<Derived>::
Expand Down

0 comments on commit 7252e2f

Please sign in to comment.