summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/framework/common/native-mainloop.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/framework/common/native-mainloop.cpp b/src/framework/common/native-mainloop.cpp
index dd61f04..25ab9b2 100644
--- a/src/framework/common/native-mainloop.cpp
+++ b/src/framework/common/native-mainloop.cpp
@@ -70,9 +70,6 @@ NativeMainloop::NativeMainloop() :
NativeMainloop::~NativeMainloop()
{
- if (!this->m_isTimedOut && !this->m_callbacks.empty())
- ERROR("mainloop registered callbacks should be empty except timed out case");
-
::close(m_pollfd);
}