From 95ddb070ca6091ab666e03bea144d096a579d6c5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 26 Apr 2013 09:46:30 -0700 Subject: [PATCH] timeval: Remove prototype for unimplemented function. Signed-off-by: Ben Pfaff --- lib/timeval.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/timeval.h b/lib/timeval.h index 72cf49830..b74fe12a8 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -70,7 +70,6 @@ void time_wall_timespec(struct timespec *); void time_alarm(unsigned int secs); int time_poll(struct pollfd *, int n_pollfds, long long int timeout_when, int *elapsed); -bool time_cached(void); long long int timespec_to_msec(const struct timespec *); long long int timeval_to_msec(const struct timeval *); -- 2.43.0