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

@@ -31,8 +31,6 @@ endif
endif
libcommon_la_SOURCES += \
thread_abstraction.cpp \
mutex_abstraction.cpp \
lt_debug.cpp \
proc_tools.c \
pwrmngr.cpp

View File

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