lib/util: remove unused function
The POSIX APIs using `struct timeval` are deprecated anyway in favor of clock_gettime() + `struct timespec`. The function didn't seem well designed anyway, as `long` is just 32-bit on usual 32-bit platforms, which certainly isn't safe. (roughly one month, on a quick glance)
Loading
Please register or sign in to comment