]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 886cfb7aa916b6b3170ca91afa220ca0d3dd682f..f0e445a4a64f600769556dc30fa0c8a85628f99c 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);