delete makeState
This commit is contained in:
parent
7c29f6c2a5
commit
3e08afeafd
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user