From: Jim Meyering Date: Sun, 28 Jan 2001 21:58:19 +0000 (+0000) Subject: (main): Remove decl of unused local, `len'. X-Git-Tag: FILEUTILS-4_0_38~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67998a215f46e96129378c96eae1a61453288058;p=thirdparty%2Fcoreutils.git (main): Remove decl of unused local, `len'. --- diff --git a/src/dirname.c b/src/dirname.c index a9df7a3bd8..acfa5a3009 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -1,5 +1,5 @@ /* dirname -- strip filename suffix from pathname - Copyright (C) 1990-1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1990-1997, 1999, 2000, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -67,7 +67,6 @@ int main (int argc, char **argv) { char *result; - size_t len; program_name = argv[0]; setlocale (LC_ALL, "");