From 0ad6bead3efee72126d7eb65bbbf9f522b0f90e6 Mon Sep 17 00:00:00 2001 From: Luca Della Vedova Date: Tue, 14 Jan 2025 17:37:54 +0800 Subject: [PATCH] Remove unnecessary variable Signed-off-by: Luca Della Vedova --- nexus_system_orchestrator/src/context.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nexus_system_orchestrator/src/context.hpp b/nexus_system_orchestrator/src/context.hpp index 88a4f85..bbf8753 100644 --- a/nexus_system_orchestrator/src/context.hpp +++ b/nexus_system_orchestrator/src/context.hpp @@ -70,11 +70,6 @@ public: std::string task_results; */ public: std::unordered_map> queued_signals; - - /** - * List of signals queued for the system orchestrator itself. - */ -public: std::vector orchestrator_signals; }; }