Skip to content

Commit

Permalink
Merge pull request #2868 from STEllAR-GROUP/addressing_service
Browse files Browse the repository at this point in the history
Removing uneeded assert
  • Loading branch information
hkaiser committed Sep 3, 2017
2 parents 1275422 + 7d93790 commit 8b3e3dd
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 8b3e3dd

Please sign in to comment.