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 {