From 08008f8c6b8c4b71ba8106ad88ca20c01a5ad468 Mon Sep 17 00:00:00 2001 From: Manuel Menal Date: Thu, 13 Apr 2006 11:06:02 +0000 Subject: Cleanup patch by Ben Asselstine (remove unused variables, make some functions static) (Manuel) --- lib.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib.c') diff --git a/lib.c b/lib.c index 0423c1b..049b5e5 100644 --- a/lib.c +++ b/lib.c @@ -174,9 +174,6 @@ for_each_subdir (char *path, error_t (*func) (char *, char *)) for (dirent = dirent_list; (! err) && (*dirent); dirent++) { - char *name; - struct stat filestat; - if ((!strcmp ((*dirent)->d_name, ".")) || (!strcmp ((*dirent)->d_name, ".."))) continue; -- cgit v1.2.3