summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-12 15:19:21 +0000
committerJim Meyering <jim@meyering.net>2000-11-12 15:19:21 +0000
commitadcacc9417fb06725521dc98ab532860d6b63832 (patch)
treec99eb27c897ab9ba42670356c121932048c8f7fd /src/ls.c
parent7e2f836a490b55d5d4195da62c2c35c9c1f74882 (diff)
downloadcoreutils-adcacc9417fb06725521dc98ab532860d6b63832.tar.xz
(print_long_format): Remove obsolete comment (strftime vs. ctime).
From Paul Eggert.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ls.c b/src/ls.c
index 528025cba..09637211b 100644
--- 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)))