From aaa258136283bbad688b16a066696bd87ab9cbfd Mon Sep 17 00:00:00 2001 From: athatheo <vostidi@hotmail.com> Date: Wed, 3 Apr 2019 15:18:24 +0300 Subject: [PATCH] Deleted unnecessary array --- inc/Services/EventActionService.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/Services/EventActionService.hpp b/inc/Services/EventActionService.hpp index 389b848c..c2a8cd55 100644 --- a/inc/Services/EventActionService.hpp +++ b/inc/Services/EventActionService.hpp @@ -58,8 +58,6 @@ public: etl::map<uint16_t, EventActionDefinition, ECSS_EVENT_ACTION_STRUCT_ARRAY_SIZE> eventActionDefinitionMap; - EventActionDefinition eventActionDefinitionArray[ECSS_EVENT_ACTION_STRUCT_ARRAY_SIZE]; - EventActionService() { serviceType = 19; eventActionFunctionStatus = true; -- GitLab