From 98b58200da0c58f064e78a406c01c24692e2100b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 10 Aug 2021 11:25:10 +0200 Subject: [PATCH] removed TODO --- tests/src/fsfw_tests/internal/osal/IntTestMutex.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/fsfw_tests/internal/osal/IntTestMutex.cpp b/tests/src/fsfw_tests/internal/osal/IntTestMutex.cpp index be90501b..d9184cd8 100644 --- a/tests/src/fsfw_tests/internal/osal/IntTestMutex.cpp +++ b/tests/src/fsfw_tests/internal/osal/IntTestMutex.cpp @@ -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) {