# HG changeset patch
# User Jan Mulder <jlmulder@xs4all.nl>
# Date 1552332017 -3600
# Node ID 1719b9d1094b0a180986e26e07cb3c8b8a70fe22
# Parent  9da7dd50e2ecee0d86341327898c8a4b6a57ed3c
cleanup: do not assign to same

Interestingly, this weird line sometimes results in a compile error. Well
it seems useless anyhow.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>

diff -r 9da7dd50e2ec -r 1719b9d1094b Discovery/Src/simulation.c
--- a/Discovery/Src/simulation.c	Mon Mar 11 19:57:51 2019 +0100
+++ b/Discovery/Src/simulation.c	Mon Mar 11 20:20:17 2019 +0100
@@ -616,7 +616,6 @@
     {
         // ascent time
         timeThis = ((float)(actualDepthPoint - nextDepthPoint)) / sim_ascent_rate_meter_per_min_local;
-        actualDepthPoint = actualDepthPoint; // that is where we are
 
         // deco stop time
         for(ptrDecoInfo=0;ptrDecoInfo < DECOINFO_STRUCT_MAX_STOPS; ptrDecoInfo++)