From: Davin McCall Date: Mon, 6 Jun 2016 19:40:39 +0000 (+0100) Subject: Remove obseleted TODO comment X-Git-Tag: v0.01~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c23fb19c25fd936126512372a60bd813bf6438d4;p=oweals%2Fdinit.git Remove obseleted TODO comment --- diff --git a/src/dinit-log.cc b/src/dinit-log.cc index 7b2f95b..a15a4dc 100644 --- a/src/dinit-log.cc +++ b/src/dinit-log.cc @@ -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;