summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/src/main.cpp')
-rwxr-xr-xAudioManagerDaemon/src/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/AudioManagerDaemon/src/main.cpp b/AudioManagerDaemon/src/main.cpp
index 527206a..5c0582e 100755
--- a/AudioManagerDaemon/src/main.cpp
+++ b/AudioManagerDaemon/src/main.cpp
@@ -384,11 +384,6 @@ iControlSender.setControllerReady();
*/
int main(int argc, char *argv[], char** envp)
{
- //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()
-
(void) envp;
listCommandPluginDirs.push_back(std::string(DEFAULT_PLUGIN_COMMAND_DIR));
listRoutingPluginDirs.push_back(std::string(DEFAULT_PLUGIN_ROUTING_DIR));