Remove obseleted TODO comment
authorDavin McCall <davmac@davmac.org>
Mon, 6 Jun 2016 19:40:39 +0000 (20:40 +0100)
committerDavin McCall <davmac@davmac.org>
Mon, 6 Jun 2016 19:40:39 +0000 (20:40 +0100)
src/dinit-log.cc

index 7b2f95b437094da15f807236515f25cf77f02979..a15a4dcd3727a89e110b608c2abe6cb3d1b579c0 100644 (file)
@@ -10,9 +10,6 @@
 #include "dinit-log.h"
 #include "cpbuffer.h"
 
-// TODO should disarm, not remove, the file descriptor watchers when they are not busy
-//      (and likewise re-arm instead of re-add them when new data arrives).
-
 extern EventLoop_t eventLoop;
 
 LogLevel log_level = LogLevel::WARN;