Remove some unused member variables.

This commit is contained in:
Jared Boone
2016-02-06 16:23:38 -08:00
parent 3172fb1ad6
commit cd56847326
2 changed files with 0 additions and 8 deletions

View File

@@ -44,8 +44,6 @@ public:
bool sync();
private:
const std::string file_path;
FIL f;
};