From 26fac73c1c5a17c67be82041c5df095fcba7b4eb Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Thu, 31 Dec 2009 01:38:12 +0000 Subject: [PATCH] Remove an unused variable. --- lib/libugidfw/ugidfw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libugidfw/ugidfw.c b/lib/libugidfw/ugidfw.c index 341ac25f4a6b..49c987dc3f65 100644 --- a/lib/libugidfw/ugidfw.c +++ b/lib/libugidfw/ugidfw.c @@ -770,7 +770,6 @@ bsde_parse_fsid(char *spec, struct fsid *fsid, size_t buflen, char *errstr) { size_t len; struct statfs buf; - int i; if (statfs(spec, &buf) < 0) { len = snprintf(errstr, buflen, "Unable to get id for %s: %s",