Remove unused variable
FileSystemWatcherTestCase::m_loop was never used, so just remove it.
This commit is contained in:
parent
a83ffbe320
commit
cd8bbcb8df
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user