From: Paul Eggert Date: Sun, 26 Sep 2004 07:10:53 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: v5.3.0~586 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c8a0a972b82678b231be071f13e38a67e9d8f8b;p=thirdparty%2Fcoreutils.git Remove unused variable. --- diff --git a/src/ls.c b/src/ls.c index 886cfb7aa9..f0e445a4a6 100644 --- 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);