Remove an unused variable.

This commit is contained in:
Ed Schouten 2009-12-31 01:38:12 +00:00
parent e17aa6ff32
commit 26fac73c1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201321

View file

@ -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",