From 09ba0d887b925e806ac657067916f8dc834b714e Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 10 Nov 2020 15:52:35 +0100 Subject: [PATCH] Remove old TODO MainContext is now basically just a wrapper with a simple event loop implementation so it's not really necessary, but having a separate type for the 'main' IO context still makes everything much clearer. --- src/wine-host/individual-host.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wine-host/individual-host.cpp b/src/wine-host/individual-host.cpp index 96e1f911..8c7f4dd7 100644 --- a/src/wine-host/individual-host.cpp +++ b/src/wine-host/individual-host.cpp @@ -64,8 +64,6 @@ int __cdecl main(int argc, char* argv[]) { // slightly more convoluted than it has to be, but doing it this way we // don't need to differentiate between individually hosted plugins and // plugin groups when it comes to event handling. - // TODO: Update documentation once we figure out if we can safely replace - // MainContext again with a normal `io_context`. MainContext main_context{}; std::unique_ptr bridge; try {