linux: remove bogus comment in linux-core.c

This commit is contained in:
Ben Noordhuis 2012-08-14 12:45:18 +02:00
parent 7fb43d3c5b
commit f4f294f7c6

View File

@ -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);