Skip to content

Commit

Permalink
Removing uneeded assert
Browse files Browse the repository at this point in the history
This assert was preventing applications to call `hpx::apply<action>(component_id)`
from registered OS threads.
  • Loading branch information
Thomas Heller committed Aug 29, 2017
1 parent 6c098f8 commit b5090d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/agas/addressing_service.cpp
Expand Up @@ -1905,7 +1905,6 @@ bool addressing_service::get_cache_entry(
{
return false;
}
HPX_ASSERT(hpx::threads::get_self_ptr());
gva_cache_key k(gid);
gva_cache_key idbase_key;

Expand Down

0 comments on commit b5090d9

Please sign in to comment.