From 81fee822a098a3e26969401fc486f136465f96f0 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Mon, 7 Mar 2011 09:27:52 +0200 Subject: Eliminate the unused value --- util/fusermount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/fusermount.c b/util/fusermount.c index adab9b0..fc2d0dd 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -248,7 +248,7 @@ static int check_is_mount_child(void *p) } count = 0; - while ((entp = getmntent(fp)) != NULL) + while (getmntent(fp) != NULL) count++; endmntent(fp); -- cgit v1.2.3