TIME_SUPPORT: review unused symbols
Remove unused functions: - timeval_add Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user