deco.c: remove unused variables in add_segment()

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2014-10-25 12:38:53 +03:00 committed by Dirk Hohndel
parent 0778e3e18c
commit 8bc5f388b5

1
deco.c
View file

@ -187,7 +187,6 @@ double he_factor(int period_in_seconds, int ci)
double add_segment(double pressure, const struct gasmix *gasmix, int period_in_seconds, int ccpo2, const struct dive *dive)
{
int ci;
int fo2 = get_o2(gasmix), fhe = get_he(gasmix);
struct gas_pressures pressures;
fill_pressures(&pressures, pressure - WV_PRESSURE, gasmix, (double) ccpo2 / 1000.0);