From 1de959ca1c9e67ef57f77ec2d7a1132b73153abb Mon Sep 17 00:00:00 2001 From: zwelch Date: Wed, 29 Apr 2009 01:43:01 +0000 Subject: Remove redundant declarations to allow building with -Wredundant-decls. git-svn-id: svn://svn.berlios.de/openocd/trunk@1560 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/time_support.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/helper/time_support.c') diff --git a/src/helper/time_support.c b/src/helper/time_support.c index 6968ab7d..bc52e9ca 100644 --- a/src/helper/time_support.c +++ b/src/helper/time_support.c @@ -33,9 +33,6 @@ #include -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, int sec, int usec); /* calculate difference between two struct timeval values */ int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y) -- cgit v1.2.3