removed TODO
This commit is contained in:
parent
a747be6c65
commit
98b58200da
@ -39,7 +39,6 @@ void testmutex::testMutex() {
|
|||||||
unitt::put_error(id);
|
unitt::put_error(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: we should pass a define like FSFW_OSAL_HOST to the build.
|
|
||||||
#if !defined PLATFORM_WIN && !defined PLATFORM_UNIX
|
#if !defined PLATFORM_WIN && !defined PLATFORM_UNIX
|
||||||
result = mutex->unlockMutex();
|
result = mutex->unlockMutex();
|
||||||
if(result != MutexIF::CURR_THREAD_DOES_NOT_OWN_MUTEX) {
|
if(result != MutexIF::CURR_THREAD_DOES_NOT_OWN_MUTEX) {
|
||||||
|
Loading…
Reference in New Issue
Block a user