removed exit for empty psremoved exit for empty pstt
This commit is contained in:
parent
4695e87cdc
commit
f09836a9eb
@ -90,7 +90,6 @@ uint32_t FixedSlotSequence::getLengthMs() const {
|
|||||||
ReturnValue_t FixedSlotSequence::checkSequence() const {
|
ReturnValue_t FixedSlotSequence::checkSequence() const {
|
||||||
if(slotList.empty()) {
|
if(slotList.empty()) {
|
||||||
sif::error << "Fixed Slot Sequence: Slot list is empty!" << std::endl;
|
sif::error << "Fixed Slot Sequence: Slot list is empty!" << std::endl;
|
||||||
std::exit(0);
|
|
||||||
}
|
}
|
||||||
// Iterate through slotList and check successful creation.
|
// Iterate through slotList and check successful creation.
|
||||||
// Checks if timing is ok (must be ascending) and if all handlers were found.
|
// Checks if timing is ok (must be ascending) and if all handlers were found.
|
||||||
|
Loading…
Reference in New Issue
Block a user