Don't #ifdef ANDROID creating RemoteAccessServerThread.

* Will need to see what the reason for this was, and either fix or find
  better way around.
This commit is contained in:
baldurk
2016-05-14 00:27:26 +02:00
parent 61ad2a6b1f
commit d7fcdc4285
-4
View File
@@ -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
}
}