linux: remove bogus comment in linux-core.c
This commit is contained in:
parent
7fb43d3c5b
commit
f4f294f7c6
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user