From 402fc269c0aaa671d84a6d15918735ad4b90e6b2 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Fri, 9 Feb 2024 12:30:21 -0500 Subject: Comment updates/fixes --- include/framework/scheduling/Epoch.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/framework/scheduling/Epoch.h') diff --git a/include/framework/scheduling/Epoch.h b/include/framework/scheduling/Epoch.h index e58bd11..3ffa145 100644 --- a/include/framework/scheduling/Epoch.h +++ b/include/framework/scheduling/Epoch.h @@ -44,13 +44,6 @@ public: } ~Epoch() { - /* FIXME: this is needed to keep the destructor from sometimes locking - * up here. But there *shouldn't* be any threads waiting on this signal - * at object destruction, so something else is going on here that needs - * looked into - */ - // m_active_cv.notify_all(); - if (m_structure) { m_structure->release_reference(); } -- cgit v1.2.3