Remove unused variable
FileSystemWatcherTestCase::m_loop was never used, so just remove it.
This commit is contained in:
parent
a83ffbe320
commit
cd8bbcb8df
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue