From: Ben Pfaff Date: Fri, 26 Apr 2013 16:46:30 +0000 (-0700) Subject: timeval: Remove prototype for unimplemented function. X-Git-Tag: sliver-openvswitch-1.10.90-3~17^2~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=95ddb070ca6091ab666e03bea144d096a579d6c5;p=sliver-openvswitch.git timeval: Remove prototype for unimplemented function. Signed-off-by: Ben Pfaff --- 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 *);