diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-22 00:45:27 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-22 00:45:27 +0000 |
commit | afc9ff99fd1cbf67eb6e313be247e2e53269a0dc (patch) | |
tree | cf6b800fcad5a740692914f223846b170c639707 /coreutils | |
parent | 714701c890b5f03253c5ecdb7367c4258ce78715 (diff) | |
download | busybox-w32-afc9ff99fd1cbf67eb6e313be247e2e53269a0dc.tar.gz busybox-w32-afc9ff99fd1cbf67eb6e313be247e2e53269a0dc.tar.bz2 busybox-w32-afc9ff99fd1cbf67eb6e313be247e2e53269a0dc.zip |
removal of commented-out cruft
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/cal.c | 5 |
1 files changed, 0 insertions, 5 deletions
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) | |||
87 | char day_headings[28]; /* 28 for julian, 21 for nonjulian */ | 87 | char day_headings[28]; /* 28 for julian, 21 for nonjulian */ |
88 | char buf[40]; | 88 | char buf[40]; |
89 | 89 | ||
90 | // Done in busybox.c, ok to remove? | ||
91 | //#ifdef CONFIG_LOCALE_SUPPORT | ||
92 | // setlocale(LC_TIME, ""); | ||
93 | //#endif | ||
94 | |||
95 | flags = getopt32(argc, argv, "jy"); | 90 | flags = getopt32(argc, argv, "jy"); |
96 | 91 | ||
97 | julian = flags & 1; | 92 | julian = flags & 1; |