From c313a0a4b257532624febd4707a4cde892ab549f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Thu, 20 Oct 2022 22:12:34 +0200 Subject: [PATCH] Remove unused variables --- opm/simulators/wells/GasLiftStage2.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/simulators/wells/GasLiftStage2.cpp b/opm/simulators/wells/GasLiftStage2.cpp index 8958e525f..6a97b47b4 100644 --- a/opm/simulators/wells/GasLiftStage2.cpp +++ b/opm/simulators/wells/GasLiftStage2.cpp @@ -544,8 +544,6 @@ void GasLiftStage2:: optimizeGroup_(const Group &group) { - const auto max_glift = getGroupMaxALQ_(group); - const auto max_total_gas = getGroupMaxTotalGas_(group); const auto& group_name = group.name(); const auto prod_control = this->group_state_.production_control(group_name); //if (group.has_control(Group::ProductionCMode::ORAT) || group.has_control(Group::ProductionCMode::LRAT)