Skip to content
Snippets Groups Projects
Commit 3845f317 authored by Nicolas Pfeiffer's avatar Nicolas Pfeiffer
Browse files

small optimization, removed unnecessary write

parent f157ddce
Branches
No related tags found
No related merge requests found
...@@ -259,7 +259,6 @@ public: ...@@ -259,7 +259,6 @@ public:
membar(join_func()); membar(join_func());
reserveStealCount = 0; reserveStealCount = 0;
activeChildrenCount.store(0, std::memory_order_relaxed);
#ifdef EMPER_MADVICE #ifdef EMPER_MADVICE
resumable.store(0, std::memory_order_relaxed); resumable.store(0, std::memory_order_relaxed);
#endif /* EMPER_MADVICE */ #endif /* EMPER_MADVICE */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment