Remove unused variable

FileSystemWatcherTestCase::m_loop was never used, so just remove it.
This commit is contained in:
Vadim Zeitlin 2019-04-25 02:44:23 +02:00
parent a83ffbe320
commit cd8bbcb8df

View File

@ -434,9 +434,6 @@ public:
virtual void setUp() wxOVERRIDE;
virtual void tearDown() wxOVERRIDE;
protected:
wxEventLoopBase* m_loop;
private:
CPPUNIT_TEST_SUITE( FileSystemWatcherTestCase );
CPPUNIT_TEST( TestEventCreate );