Skip to content

Commit 0ad6bea

Browse files
Remove unnecessary variable
Signed-off-by: Luca Della Vedova <[email protected]>
1 parent f9705a7 commit 0ad6bea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nexus_system_orchestrator/src/context.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ public: std::string task_results;
7070
*/
7171
public: std::unordered_map<std::string,
7272
std::vector<std::string>> queued_signals;
73-
74-
/**
75-
* List of signals queued for the system orchestrator itself.
76-
*/
77-
public: std::vector<std::string> orchestrator_signals;
7873
};
7974

8075
}

0 commit comments

Comments
 (0)