Merge pull request #1890 from akva2/janitoring

remove unused variables
This commit is contained in:
Atgeirr Flø Rasmussen
2019-06-21 08:33:03 +02:00
committed by GitHub
4 changed files with 2 additions and 9 deletions

View File

@@ -83,8 +83,6 @@ SET_BOOL_PROP(TestEclOutputTypeTag, EnableAsyncEclOutput, false);
END_PROPERTIES
static const int day = 24 * 60 * 60;
template <class TypeTag>
std::unique_ptr<typename GET_PROP_TYPE(TypeTag, Simulator)>
initSimulator(const char *filename)