Revert "add changed files"

This reverts commit c37263f594.
This commit is contained in:
max_10
2018-09-20 17:45:07 +02:00
committed by Thilo Graf
parent bc7be9dd74
commit 745b3054ba
9 changed files with 18 additions and 20 deletions

View File

@@ -30,5 +30,4 @@ void Thread::joinThread()
void* Thread::runThread(void* ptr)
{
((Thread*)ptr)->run();
return 0;
}