Skip to content

Commit

Permalink
Removing obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Heller committed Sep 13, 2016
1 parent d75ce09 commit 3df3df7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hpx/runtime/actions/continuation.hpp
Expand Up @@ -971,10 +971,6 @@ namespace hpx { namespace actions

void continuation::trigger(hpx::util::unused_type)
{
// The dynamic cast decays the argument type to avoid the assert firing
// for cases when Arg0 is a const&. This does not make the code invalid
// as trigger_value (which is a virtual function) takes its argument
// by && anyways.
HPX_ASSERT((nullptr != dynamic_cast<
typed_continuation<void, hpx::util::unused_type>*>(this)));

Expand Down

0 comments on commit 3df3df7

Please sign in to comment.