Remove dead code path [coverity]

This commit is contained in:
Ian Bell
2025-08-23 10:38:25 -04:00
parent eb2740138d
commit e97032c1b0

View File

@@ -2091,9 +2091,6 @@ void HelmholtzEOSMixtureBackend::T_phase_determination_pure_or_pseudopure(int ot
SatV->specify_phase(iphase_gas);
switch (other) {
case iDmolar:
Q = (1/value - 1/SatL->rhomolar()) / (1/SatV->rhomolar() - 1/SatL->rhomolar());
break;
case iSmolar:
Q = (value - SatL->smolar()) / (SatV->smolar() - SatL->smolar());
break;