diff options
-rw-r--r-- | test/test-platform/TestPlatform.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test-platform/TestPlatform.cpp b/test/test-platform/TestPlatform.cpp index a6613e9..9cb45f7 100644 --- a/test/test-platform/TestPlatform.cpp +++ b/test/test-platform/TestPlatform.cpp @@ -154,9 +154,6 @@ CTestPlatform::CommandReturn CTestPlatform::exit( { (void)remoteCommand; - // Stop local server - _pRemoteProcessorServer->stop(); - // Release the main blocking semaphore to quit application sem_post(&_exitSemaphore); |