From 2d353a0c5c1e5eee1e986334445063fd78cf1c97 Mon Sep 17 00:00:00 2001 From: Shinichiro Hamaji Date: Mon, 15 Feb 2016 18:24:42 +0900 Subject: [C++] Always use std::stable_sort It seems this is a fairly good choice even if we compare this against string-specific algorithms, probably because our strings are not usually very long. --- Makefile.ckati | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.ckati') diff --git a/Makefile.ckati b/Makefile.ckati index 4e41d51..cf5bab8 100644 --- a/Makefile.ckati +++ b/Makefile.ckati @@ -35,7 +35,6 @@ KATI_CXX_SRCS := \ flags.cc \ func.cc \ io.cc \ - lcp_msort.cc \ log.cc \ main.cc \ mutex.cc \ -- cgit v1.2.3