From f4f294f7c666d7c0e092a8aab7a632a932583400 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 14 Aug 2012 12:45:18 +0200 Subject: [PATCH] linux: remove bogus comment in linux-core.c --- src/unix/linux/linux-core.c | 4 ---- 1 file changed, 4 deletions(-) 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);