From 12edae071a073193f506a56af86b97a1b83f5ea9 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 4 May 2011 09:15:07 +0000 Subject: [PATCH] bug 1362: sleep is a cancellation point, so no need to add an explicit one --- RTCP/IONProc/src/LogThread.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/RTCP/IONProc/src/LogThread.cc b/RTCP/IONProc/src/LogThread.cc index 1a08e8289e1..6d222315b21 100644 --- a/RTCP/IONProc/src/LogThread.cc +++ b/RTCP/IONProc/src/LogThread.cc @@ -174,8 +174,6 @@ void LogThread::mainLoop() LOG_INFO_STR(logStr.str()); sleep(1); - - Cancellation::point(); // fscanf is not necessarily a cancellation point, so we need to insert one explicitly } //LOG_DEBUG("LogThread stopped"); -- GitLab