Skip to content

Commit

Permalink
fixes #1825 Compiler warning due to unused variable in win_clock.c
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed May 22, 2024
1 parent 1dbd9ca commit b7a0227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform/windows/win_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ nni_clock(void)
int
nni_time_get(uint64_t *seconds, uint32_t *nanoseconds)
{
int rv;
struct timespec ts;
if (timespec_get(&ts, TIME_UTC) == TIME_UTC) {
*seconds = ts.tv_sec;
Expand Down

0 comments on commit b7a0227

Please sign in to comment.