fix: remove useless line
This commit is contained in:
parent
07e8d05333
commit
0a4bd51878
1 changed files with 1 additions and 1 deletions
|
@ -38,4 +38,4 @@ period::is_in_period(uint16_t timestamp)
|
|||
return this->end <= timestamp and timestamp <= this->start;
|
||||
}
|
||||
return this->start == timestamp;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue