Schedule::handleKeyword: remove unused list

This commit is contained in:
Arne Morten Kvarving 2023-11-06 14:11:59 +01:00
parent 75a735c6b1
commit 0469f53056

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};