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 {