remove unused mDbConnection

This commit is contained in:
Isaac Connor 2017-12-12 13:18:50 -05:00
parent 568b15a916
commit 47f3971f9a
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ private:
Level mEffectiveLevel; // Level optimised to take account of maxima
bool mDbConnected;
MYSQL mDbConnection;
std::string mLogPath;
std::string mLogFile;
FILE *mLogFileFP;