From 5b644acf614a7784a7a72a6107c0e67a2e361691 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 15 Oct 2011 13:11:04 +0000 Subject: Move timeval_subtract to utils/log.c & make it static, as it's not used anywhere else svn path=/trunk/netsurf/; revision=13059 --- utils/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/utils.h') diff --git a/utils/utils.h b/utils/utils.h index ffd4f2977..f00ea286a 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -139,7 +139,6 @@ void unicode_transliterate(unsigned int c, char **r); char *human_friendly_bytesize(unsigned long bytesize); const char *rfc1123_date(time_t t); unsigned int wallclock(void); -int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y); /** * Return a hex digit for the given numerical value. -- cgit v1.2.3