Skip to content
Snippets Groups Projects
Commit 5d4eeb46 authored by Daniel Reinert's avatar Daniel Reinert :grimacing:
Browse files

remove comment

parent 4bad6b7c
No related tags found
No related merge requests found
Pipeline #35419 passed
...@@ -104,7 +104,6 @@ secofday_decode(double secondOfDay) ...@@ -104,7 +104,6 @@ secofday_decode(double secondOfDay)
{ {
CdiTime time; CdiTime time;
// const int fullSeconds = (int) secondOfDay;
const long fullSeconds = (long) secondOfDay; const long fullSeconds = (long) secondOfDay;
time.ms = (int) lround((secondOfDay - fullSeconds) * 1000); time.ms = (int) lround((secondOfDay - fullSeconds) * 1000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment