summaryrefslogtreecommitdiffstats
path: root/deco.c
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2014-10-25 12:38:53 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-10-27 07:37:39 -0700
commit8bc5f388b5e331a8f8deb0e40be76788f454caae (patch)
treef0327ada6829911effaae6166b1b078cedd95e69 /deco.c
parent0778e3e18c191496ab650434082fa9b09b2bd9ef (diff)
downloadsubsurface-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.c1
1 files changed, 0 insertions, 1 deletions
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);