summaryrefslogtreecommitdiffstats
path: root/task_manager/server/src/tskm_port_subsys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'task_manager/server/src/tskm_port_subsys.cpp')
-rw-r--r--task_manager/server/src/tskm_port_subsys.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/task_manager/server/src/tskm_port_subsys.cpp b/task_manager/server/src/tskm_port_subsys.cpp
index a90fa4bc..cfdec490 100644
--- a/task_manager/server/src/tskm_port_subsys.cpp
+++ b/task_manager/server/src/tskm_port_subsys.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -292,12 +292,6 @@ int tskm_sub_resmRcv(TSKM_EVENT_INFO_t* p_ev) {
}
int tskm_sub_setWakeupOrder(const char* p_order) {
- EFrameworkunifiedStatus taskmanagerRet;
- std::string order = p_order;
-
- taskmanagerRet = SetWakeupOrderToSystemManager(order);
- if (taskmanagerRet != eFrameworkunifiedStatusOK) {
- return -1;
- }
+ // Under consideration
return 0;
} // LCOV_EXCL_BR_LINE 10: Gcov constraints (last row)