diff --git a/src/libCom/timer/osiTimer.cpp b/src/libCom/timer/osiTimer.cpp index a6a52dcc4..302762e94 100644 --- a/src/libCom/timer/osiTimer.cpp +++ b/src/libCom/timer/osiTimer.cpp @@ -28,15 +28,6 @@ * */ -// -// NOTES: -// 1) this should use a binary tree to speed up inserts? -// 2) when making this safe for multi threading consider the possibility of -// object delete just after finding an active fdRegI on -// the list but before callBack(). -// -// - #include #include #include