diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-01-27 10:20:31 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-01-27 10:20:31 +0800 |
commit | 221f141a576f2d269d35f07f63415f7a5f6198b5 (patch) | |
tree | 51ca6635c135010e6072fda73b1a7fb80963c1e2 /util | |
parent | c321fa85ecaef456ce58135fa3af76645673bffe (diff) | |
download | pttbbs-221f141a576f2d269d35f07f63415f7a5f6198b5.tar pttbbs-221f141a576f2d269d35f07f63415f7a5f6198b5.tar.gz pttbbs-221f141a576f2d269d35f07f63415f7a5f6198b5.tar.bz2 pttbbs-221f141a576f2d269d35f07f63415f7a5f6198b5.tar.lz pttbbs-221f141a576f2d269d35f07f63415f7a5f6198b5.tar.xz pttbbs-221f141a576f2d269d35f07f63415f7a5f6198b5.tar.zst pttbbs-221f141a576f2d269d35f07f63415f7a5f6198b5.zip |
remove redundent ctime4
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2436 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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() |