summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerUtilities/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp')
-rw-r--r--AudioManagerUtilities/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/AudioManagerUtilities/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp b/AudioManagerUtilities/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp
index c4af4c1..3908c2e 100644
--- a/AudioManagerUtilities/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp
+++ b/AudioManagerUtilities/test/AmSocketHandlerTest/CAmSocketHandlerTest.cpp
@@ -761,11 +761,6 @@ TEST(CAmSocketHandlerTest,playWithSockets)
int main(int argc, char **argv)
{
- //Set runtime-scheduler with priority and policy for all threads. You can define the priority and policy via cmake.
- //If the cmake option WITH_REALTIME_SCHEDULER is OFF the following macro is empty.
- //If a thread needs other settings you can use CAmSocketHandler::setRuntimeScheduler(...)
- SET_REALTIME_SCHEDULER()
-
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}