Remove unused variable.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Sep 2004 07:10:53 +0000 (07:10 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Sep 2004 07:10:53 +0000 (07:10 +0000)
src/ls.c

index 886cfb7..f0e445a 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -3053,7 +3053,6 @@ format_user_or_group (char const *name, unsigned long int id, int width)
 
   if (name)
     {
-      size_t namelen = strlen (name);
       int width_gap = width - mbswidth (name, 0);
       int pad = MAX (0, width_gap);
       fputs (name, stdout);