Merge pull request #3790 from akva2/janitoring

Schedule::handleKeyword: remove unused list
This commit is contained in:
Arne Morten Kvarving 2023-11-23 16:20:32 +01:00 committed by GitHub
commit e5ee7d931d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -374,13 +374,6 @@ Schedule::Schedule(const Deck& deck, const EclipseState& es, const std::optional
WelSegsSet* welsegs_wells,
std::set<std::string>* compsegs_wells)
{
static const std::unordered_set<std::string> require_grid = {
"COMPDAT",
"COMPSEGS"
};
HandlerContext handlerContext { block, keyword, grid, currentStep, matching_wells, actionx_mode,
parseContext, errors, sim_update, target_wellpi,
wpimult_global_factor, welsegs_wells, compsegs_wells};