delete makeState

This commit is contained in:
goncalvesmachadoc 2023-03-21 14:24:23 +01:00
parent 7c29f6c2a5
commit 3e08afeafd

View File

@ -45,10 +45,6 @@ Deck makeDeck(const std::string& fileName) {
return parser.parseFile(boxFile.string());
}
EclipseState makeState(const std::string& fileName) {
return EclipseState( makeDeck(fileName) );
}
}
BOOST_AUTO_TEST_CASE( CONSTRUCTOR_AND_UPDATE ) {