From: Andrew Borodin Date: Sun, 27 Sep 2015 08:41:17 +0000 (+0300) Subject: mountlist: clean up of variable duplication X-Git-Tag: v1.0~6941 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=1eda6d17e93fa496368f82cac6317b8045cc9373;p=gnulib.git mountlist: clean up of variable duplication * lib/mountlist.c (read_file_system_list) [MOUNTED_LISTMNTENT]: the 'me' variable is already declared above. Remove it here. --- diff --git a/lib/mountlist.c b/lib/mountlist.c index 08ade6f60b..c3d2852bb9 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c @@ -432,7 +432,6 @@ read_file_system_list (bool need_fs_type) { struct tabmntent *mntlist, *p; struct mntent *mnt; - struct mount_entry *me; /* the third and fourth arguments could be used to filter mounts, but Crays doesn't seem to have any mounts that we want to