Remove dead code.

pull/1090/head
Kim Kulling 2016-11-29 19:38:42 +01:00
parent 43e1cae2ea
commit c54dcf6180
1 changed files with 0 additions and 6 deletions

View File

@ -60,12 +60,6 @@ protected:
TestIOSystem* pImp;
};
/*
virtual bool PushDirectory( const std::string &path );
virtual const std::string &CurrentDirectory() const;
virtual bool PopDirectory();
*/
TEST_F( IOSystemTest, accessDirectoryStackTest ) {
EXPECT_FALSE( pImp->PopDirectory() );
EXPECT_EQ( 0, pImp->StackSize() );