From 67998a215f46e96129378c96eae1a61453288058 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 Jan 2001 21:58:19 +0000 Subject: (main): Remove decl of unused local, `len'. --- src/dirname.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dirname.c') diff --git a/src/dirname.c b/src/dirname.c index a9df7a3bd..acfa5a300 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, ""); -- cgit v1.2.3-54-g00ecf