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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7625d7782c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-27 (Mon, 27 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2014-01-27 11:33:55 +01:00
parent b03809afd6
commit 648bd000a6
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);