Merge pull request #96 from trapexit/epmfs-fix

remove unused variable
This commit is contained in:
Antonio SJ Musumeci 2015-08-05 12:00:03 -04:00
commit 7775d6830c

View File

@ -129,7 +129,6 @@ _epmfs_create(const vector<string> &basepaths,
fsblkcnt_t mfs;
string mfsbasepath;
string epmfsbasepath;
string fullpath;
mfs = 0;
epmfs = 0;
@ -138,8 +137,6 @@ _epmfs_create(const vector<string> &basepaths,
int rv;
const string &basepath = basepaths[i];
fullpath = fs::path::make(basepath,fusepath);
rv = _try_statvfs(basepath,fusepath,epmfs,epmfsbasepath,mfs,mfsbasepath);
if(rv == -1)
_try_statvfs(basepath,mfs,mfsbasepath);