From 160a09790e112fdd6cc40cbb75b502c9ca057fd8 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Tue, 5 May 2020 18:53:25 +0200 Subject: [PATCH] removed c omment for now --- devicehandlers/FixedSlotSequence.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devicehandlers/FixedSlotSequence.cpp b/devicehandlers/FixedSlotSequence.cpp index 466d846f..aa0df9cb 100644 --- a/devicehandlers/FixedSlotSequence.cpp +++ b/devicehandlers/FixedSlotSequence.cpp @@ -90,10 +90,6 @@ uint32_t FixedSlotSequence::getLengthMs() const { ReturnValue_t FixedSlotSequence::checkSequence() const { if(slotList.empty()) { sif::error << "Fixed Slot Sequence: Slot list is empty!" << std::endl; - // does check sequence have to be const? - // if I want to check a class, I need the ability to set - // internal class states. - //isEmpty = true; std::exit(0); } // Iterate through slotList and check successful creation.