From c0b5ca6d17273aff849bc6546c7388562b751225 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sat, 10 Apr 2010 19:25:32 +0800 Subject: TIME_SUPPORT: review unused symbols Remove unused functions: - timeval_add Signed-off-by: Antonio Borneo --- src/helper/time_support.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/helper/time_support.h') diff --git a/src/helper/time_support.h b/src/helper/time_support.h index a2d180a5..fab432d3 100644 --- a/src/helper/time_support.h +++ b/src/helper/time_support.h @@ -38,7 +38,6 @@ #endif int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y); -int timeval_add(struct timeval *result, struct timeval *x, struct timeval *y); int timeval_add_time(struct timeval *result, long sec, long usec); /// @returns gettimeofday() timeval as 64-bit in ms -- cgit v1.2.3