removed TODO

This commit is contained in:
Robin Müller 2021-08-10 11:25:10 +02:00
parent a747be6c65
commit 98b58200da
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -39,7 +39,6 @@ void testmutex::testMutex() {
unitt::put_error(id);
}
// TODO: we should pass a define like FSFW_OSAL_HOST to the build.
#if !defined PLATFORM_WIN && !defined PLATFORM_UNIX
result = mutex->unlockMutex();
if(result != MutexIF::CURR_THREAD_DOES_NOT_OWN_MUTEX) {