diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/poststat.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/util/poststat.c b/util/poststat.c index ad552896..f89d2109 100644 --- a/util/poststat.c +++ b/util/poststat.c @@ -40,13 +40,6 @@ struct posttop } top[TOPCOUNT], *tp; -char * ctime4(time4_t * clock) -{ - time_t temp = *clock; - - return ctime(&temp); -} - /* woju Cross-fs rename() |