Skip to content

Commit

Permalink
Remove unnecessary variable
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Jan 14, 2025
1 parent f9705a7 commit 0ad6bea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nexus_system_orchestrator/src/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ public: std::string task_results;
*/
public: std::unordered_map<std::string,
std::vector<std::string>> queued_signals;

/**
* List of signals queued for the system orchestrator itself.
*/
public: std::vector<std::string> orchestrator_signals;
};

}
Expand Down

0 comments on commit 0ad6bea

Please sign in to comment.