summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-12-23 14:59:46 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-12-23 14:59:46 -0800
commit8dc3a7d6817b7371bbfece1108ef856788256853 (patch)
treee1185bb626411927ab84c4f5afe6f1a8d29d9892 /hw
parentfe05a46f191ebd36251dda7a9703d90c25efec11 (diff)
Remove unused CLOG_DATE (leftover from pre-git ChangeLog)
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/common/xf86Init.c14
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