From c23fb19c25fd936126512372a60bd813bf6438d4 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Mon, 6 Jun 2016 20:40:39 +0100 Subject: [PATCH] Remove obseleted TODO comment --- src/dinit-log.cc | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.25.1