a bit more IPv6-ization work
[oweals/busybox.git] / coreutils / cal.c
index 681a88d90d63e455141ef5305b9ca802f11f4e6f..82ebf143abd624c0670557e1ad26df838fc3d144 100644 (file)
@@ -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;