summaryrefslogtreecommitdiffstats
path: root/core/import-csv.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/import-csv.c')
-rw-r--r--core/import-csv.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/import-csv.c b/core/import-csv.c
index 15255e191..c196d9283 100644
--- a/core/import-csv.c
+++ b/core/import-csv.c
@@ -129,14 +129,6 @@ static int parse_dan_format(const char *filename, char **params, int pnr, struct
char *iter_end = NULL;
unsigned int pnr_local = pnr;
- /*
- * Process the dives, but let the last round be parsed
- * from C++ code
- */
-
- if (end_ptr)
- process_imported_dives(false);
-
mem_csv.buffer = malloc(mem.size + 1);
mem_csv.size = mem.size;