Remove an unused variable.

This commit is contained in:
ed 2009-12-31 01:38:12 +00:00
parent eec85dbb58
commit e85525874a

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