From: Jim Meyering Date: Mon, 18 Nov 1996 02:54:14 +0000 (+0000) Subject: Remove unused declaration of mktime. From Tony Leneis. X-Git-Tag: TEXTUTILS-1_19q~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7c7e9d339630e5fcc29ec6d620d734bc90ce0f;p=thirdparty%2Fcoreutils.git Remove unused declaration of mktime. From Tony Leneis. --- diff --git a/src/touch.c b/src/touch.c index 8b914d372d..be49942ffd 100644 --- a/src/touch.c +++ b/src/touch.c @@ -42,7 +42,6 @@ #include "argmatch.h" #ifndef STDC_HEADERS -time_t mktime (); time_t time (); #endif