From 3df3df72145688d1e6ece782eae86cf5c9ebd5d0 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 13 Sep 2016 14:23:53 +0200 Subject: [PATCH] Removing obsolete comment --- hpx/runtime/actions/continuation.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hpx/runtime/actions/continuation.hpp b/hpx/runtime/actions/continuation.hpp index ab0438533b76..135e24007546 100644 --- a/hpx/runtime/actions/continuation.hpp +++ b/hpx/runtime/actions/continuation.hpp @@ -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*>(this)));