lib: remove unused variable

This commit is contained in:
Pierre Pronchery 2025-03-15 10:39:03 +01:00
parent ea795c5c4c
commit ed7adc26f4

View File

@ -13,7 +13,6 @@
/* gettimeofday */
int gettimeofday(struct timeval * tv, void * null)
{
ukClock * clock;
time_t t;
if(clock_get_time(NULL, &t) != 0)