From 8767db971a118a11933d381186f06b0f222a034c Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 5 Aug 2015 11:59:39 -0400 Subject: [PATCH] remove unused variable --- src/policy_epmfs.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/policy_epmfs.cpp b/src/policy_epmfs.cpp index 3ccb92b8..3d1c8a53 100644 --- a/src/policy_epmfs.cpp +++ b/src/policy_epmfs.cpp @@ -129,7 +129,6 @@ _epmfs_create(const vector &basepaths, fsblkcnt_t mfs; string mfsbasepath; string epmfsbasepath; - string fullpath; mfs = 0; epmfs = 0; @@ -138,8 +137,6 @@ _epmfs_create(const vector &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);