diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2014-10-25 12:38:53 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-27 07:37:39 -0700 |
commit | 8bc5f388b5e331a8f8deb0e40be76788f454caae (patch) | |
tree | f0327ada6829911effaae6166b1b078cedd95e69 /deco.c | |
parent | 0778e3e18c191496ab650434082fa9b09b2bd9ef (diff) | |
download | subsurface-8bc5f388b5e331a8f8deb0e40be76788f454caae.tar.gz |
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>
Diffstat (limited to 'deco.c')
-rw-r--r-- | deco.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |