Remove unneeded variable.

This commit is contained in:
Jonathan Naylor 2016-09-30 11:09:59 +01:00 committed by GitHub
parent d51dc57e28
commit 92a401ba0a

View file

@ -63,7 +63,6 @@ public:
private:
std::string m_hostsFile;
std::vector<CYSFReflector*> m_reflectors;
std::vector<CYSFReflector*> m_current;
std::vector<CYSFReflector*> m_search;
CTimer m_timer;
};