diff options
Diffstat (limited to 'utils/MsgTask.cpp')
-rw-r--r-- | utils/MsgTask.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/MsgTask.cpp b/utils/MsgTask.cpp index befa7e9..0a978ed 100644 --- a/utils/MsgTask.cpp +++ b/utils/MsgTask.cpp @@ -83,10 +83,8 @@ void MsgTask::sendMsg(const LocMsg* msg) const { } void MsgTask::prerun() { -#ifndef FEATURE_EXTERNAL_AP // make sure we do not run in background scheduling group set_sched_policy(gettid(), SP_FOREGROUND); -#endif /* FEATURE_EXTERNAL_AP */ } bool MsgTask::run() { |