From 8bc5f388b5e331a8f8deb0e40be76788f454caae Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Sat, 25 Oct 2014 12:38:53 +0300 Subject: deco.c: remove unused variables in add_segment() Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- deco.c | 1 - 1 file changed, 1 deletion(-) diff --git a/deco.c b/deco.c index 49363f612..51c26eac6 100644 --- a/deco.c +++ b/deco.c @@ -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); -- cgit v1.2.3-70-g09d2