]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(print_long_format): Remove obsolete comment (strftime vs. ctime).
authorJim Meyering <jim@meyering.net>
Sun, 12 Nov 2000 15:19:21 +0000 (15:19 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Nov 2000 15:19:21 +0000 (15:19 +0000)
From Paul Eggert.

src/ls.c

index 528025cba4f4f67106177fa40f23faa3d1b78b4d..09637211bbb55df2a4ff66e1eae38031eefad6c9 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -2456,9 +2456,6 @@ print_long_format (const struct fileinfo *f)
 
   p += strlen (p);
 
-  /* Use strftime rather than ctime, because the former can produce
-     locale-dependent names for the weekday (%a) and month (%b).  */
-
   if ((when_local = localtime (&when)))
     {
       while (! (s = strftime (p, buf + bufsize - p - 1, fmt, when_local)))