From c75d8df3991e1e248ebb14abfd714fb5743330b8 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 30 Oct 2019 14:02:49 +0000 Subject: [PATCH] Remove obsolete comment. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08c9e1bb..e465b755 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -446,7 +446,6 @@ if (NOT ENABLE_STUB_ONLY) endif () # Event loop extension -# TODO: other event loops set(DEFAULT_EVENTLOOP "select_eventloop") if (HAVE_SYS_POLL_H) set(TEST_CFLAG "HAVE_SYS_POLL_H=1")