Skip to content

Commit ed7adc2

Browse files
committed
lib: remove unused variable
1 parent ea795c5 commit ed7adc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/sys/time.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
/* gettimeofday */
1414
int gettimeofday(struct timeval * tv, void * null)
1515
{
16-
ukClock * clock;
1716
time_t t;
1817

1918
if(clock_get_time(NULL, &t) != 0)

0 commit comments

Comments
 (0)