diff --git a/src/unix/linux/linux-core.c b/src/unix/linux/linux-core.c index 34f48a94..2ea7d27b 100644 --- a/src/unix/linux/linux-core.c +++ b/src/unix/linux/linux-core.c @@ -64,10 +64,6 @@ static struct { } process_title; -/* - * There's probably some way to get time from Linux than gettimeofday(). What - * it is, I don't know. - */ uint64_t uv_hrtime() { struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);