From cf2edceee622c0475946f6f120edb630bc282a81 Mon Sep 17 00:00:00 2001
From: athatheo <vostidi@hotmail.com>
Date: Sun, 10 Mar 2019 18:26:48 +0200
Subject: [PATCH] Removed unnecessary include and 1 comment

---
 inc/Services/EventActionService.hpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/inc/Services/EventActionService.hpp b/inc/Services/EventActionService.hpp
index 409275c0..338a6734 100644
--- a/inc/Services/EventActionService.hpp
+++ b/inc/Services/EventActionService.hpp
@@ -8,7 +8,6 @@
 #include "Service.hpp"
 #include "MessageParser.hpp"
 #include "etl/String.hpp"
-#include <bitset>
 #include <Services/EventReportService.hpp>
 
 /**
@@ -51,8 +50,6 @@ public:
 
 	friend EventReportService;
 
-	// If the size is changed maybe then indexOfAvailableSlots as well as the initiating loop in the
-	// constructor should be changed from uint16_t
 	EventActionDefinition eventActionDefinitionArray[ECSS_EVENT_ACTION_STRUCT_ARRAY_SIZE];
 
 	EventActionService() {
-- 
GitLab