summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-18 02:54:14 +0000
committerJim Meyering <jim@meyering.net>1996-11-18 02:54:14 +0000
commit4b7c7e9d339630e5fcc29ec6d620d734bc90ce0f (patch)
treef9473b775e737baa9f627924ac69a6438b72eb01 /src
parentdaf9bddd16eddd163b1ff332cdb7f3895d8c2142 (diff)
downloadcoreutils-4b7c7e9d339630e5fcc29ec6d620d734bc90ce0f.tar.xz
Remove unused declaration of mktime. From Tony Leneis.
Diffstat (limited to 'src')
-rw-r--r--src/touch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 8b914d372..be49942ff 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