From 7644d86e40c36ad8b77d93bb4a6ca3b429f9d94c Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 23 Aug 2016 15:34:48 +0200 Subject: [PATCH] Drop unneeded comment --- android/service/host_connector.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/service/host_connector.cpp b/android/service/host_connector.cpp index 5739016..4ff8da0 100644 --- a/android/service/host_connector.cpp +++ b/android/service/host_connector.cpp @@ -71,8 +71,6 @@ void HostConnector::main_loop() { if (!message_processor_->process_data(data)) break; } - - // FIXME notify our core that we've stopped } std::shared_ptr HostConnector::platform_api_stub() const {