aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/dive.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dive.c b/core/dive.c
index 1d16d3fe3..35d5c5972 100644
--- a/core/dive.c
+++ b/core/dive.c
@@ -3573,7 +3573,6 @@ struct dive *clone_delete_divecomputer(const struct dive *d, int dc_number)
/* make a new unique id, since we still can't handle two equal ids */
res->id = dive_getUniqID();
- invalidate_dive_cache(res);
delete_divecomputer(res, dc_number);