timeval: Remove prototype for unimplemented function.
authorBen Pfaff <blp@nicira.com>
Fri, 26 Apr 2013 16:46:30 +0000 (09:46 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 29 Apr 2013 22:02:26 +0000 (15:02 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/timeval.h

index 72cf498..b74fe12 100644 (file)
@@ -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 *);