From afc9ff99fd1cbf67eb6e313be247e2e53269a0dc Mon Sep 17 00:00:00 2001
From: Denis Vlasenko <vda.linux@googlemail.com>
Date: Fri, 22 Dec 2006 00:45:27 +0000
Subject: removal of commented-out cruft

---
 coreutils/cal.c | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'coreutils')

diff --git a/coreutils/cal.c b/coreutils/cal.c
index 681a88d90..82ebf143a 100644
--- a/coreutils/cal.c
+++ b/coreutils/cal.c
@@ -87,11 +87,6 @@ int cal_main(int argc, char **argv)
 	char day_headings[28];	/* 28 for julian, 21 for nonjulian */
 	char buf[40];
 
-// Done in busybox.c, ok to remove?
-//#ifdef CONFIG_LOCALE_SUPPORT
-//	setlocale(LC_TIME, "");
-//#endif
-
 	flags = getopt32(argc, argv, "jy");
 
 	julian = flags & 1;
-- 
cgit v1.2.3