aboutsummaryrefslogtreecommitdiffstats
path: root/core/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/parse.c')
-rw-r--r--core/parse.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/parse.c b/core/parse.c
index 56e5928fc..ceefa23bb 100644
--- a/core/parse.c
+++ b/core/parse.c
@@ -81,11 +81,6 @@ void record_dive_to_table(struct dive *dive, struct dive_table *table)
add_to_dive_table(table, table->nr, fixup_dive(dive));
}
-void record_dive(struct dive *dive)
-{
- record_dive_to_table(dive, &dive_table);
-}
-
void start_match(const char *type, const char *name, char *buffer)
{
if (verbose > 2)