diff --git a/renderdoc/core/core.cpp b/renderdoc/core/core.cpp index e641c42dd..9cdbb235d 100644 --- a/renderdoc/core/core.cpp +++ b/renderdoc/core/core.cpp @@ -220,11 +220,7 @@ void RenderDoc::Initialise() m_RemoteIdent = port; m_RemoteServerThreadShutdown = false; -#ifdef ANDROID - // TODO shutdown the thread on dlclose() -#else m_RemoteThread = Threading::CreateThread(RemoteAccessServerThread, (void *)sock); -#endif } }