From 29712a5098842ea3930ec00ddd1c0b9d264ba9b5 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 21 Feb 2021 13:16:54 +0200 Subject: in-memory array sorting: GET! lists need a bit more work and after that, in-file should shortly follow. Signed-off-by: Gediminas Jakutis --- src/mergesort.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mergesort.h') diff --git a/src/mergesort.h b/src/mergesort.h index ea66a8b..8842906 100644 --- a/src/mergesort.h +++ b/src/mergesort.h @@ -8,6 +8,5 @@ #include "defs.h" int merge_sort(struct stream * const src, struct stream * const dest); -int merge(struct stream * const dest, struct stream * const A, struct stream * const B); #endif /* ALGOS_MERGESORT_H_INCLUDED */ -- cgit v1.2.3