fix: remove useless line

This commit is contained in:
Tobias Reisinger 2019-08-08 21:23:37 +02:00
parent 07e8d05333
commit 0a4bd51878

View file

@ -38,4 +38,4 @@ period::is_in_period(uint16_t timestamp)
return this->end <= timestamp and timestamp <= this->start; return this->end <= timestamp and timestamp <= this->start;
} }
return this->start == timestamp; return this->start == timestamp;
} }