CFileHelpers: remove 'doCopyFlag' -- it's always true anyway

This commit is contained in:
Stefan Seyfried
2014-01-27 11:33:55 +01:00
parent 87c0c55b85
commit 7625d7782c
2 changed files with 12 additions and 29 deletions

View File

@@ -62,7 +62,6 @@ class CFileHelpers
CFileHelpers();
~CFileHelpers();
static CFileHelpers* getInstance();
bool doCopyFlag;
bool copyFile(const char *Src, const char *Dst, mode_t mode);
bool copyDir(const char *Src, const char *Dst, bool backupMode=false);