diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-23 14:59:46 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-23 14:59:46 -0800 |
commit | 8dc3a7d6817b7371bbfece1108ef856788256853 (patch) | |
tree | e1185bb626411927ab84c4f5afe6f1a8d29d9892 /hw/xfree86 | |
parent | fe05a46f191ebd36251dda7a9703d90c25efec11 (diff) |
Remove unused CLOG_DATE (leftover from pre-git ChangeLog)
Diffstat (limited to 'hw/xfree86')
-rw-r--r-- | hw/xfree86/common/xf86Init.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index e470285a1..993262ef7 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -216,20 +216,6 @@ xf86PrintBanner(void) #endif } #endif -#if defined(CLOG_DATE) && (CLOG_DATE > 19000000) - { - struct tm t; - char buf[100]; - - bzero(&t, sizeof(t)); - bzero(buf, sizeof(buf)); - t.tm_mday = CLOG_DATE % 100; - t.tm_mon = (CLOG_DATE / 100) % 100 - 1; - t.tm_year = CLOG_DATE / 10000 - 1900; - if (strftime(buf, sizeof(buf), "%d %B %Y", &t)) - ErrorF("Changelog Date: %s\n", buf); - } -#endif #if defined(BUILDERSTRING) ErrorF("%s \n",BUILDERSTRING); #endif |