aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.ckati
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-02-15 18:24:42 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-02-15 19:11:52 +0900
commit2d353a0c5c1e5eee1e986334445063fd78cf1c97 (patch)
treea1f0a3e3ebd2273da0af4d78f918ab9720e9e140 /Makefile.ckati
parentdeb9290e423961a945ad7695bb291b8ede6960de (diff)
downloadandroid_build_kati-2d353a0c5c1e5eee1e986334445063fd78cf1c97.tar.gz
android_build_kati-2d353a0c5c1e5eee1e986334445063fd78cf1c97.tar.bz2
android_build_kati-2d353a0c5c1e5eee1e986334445063fd78cf1c97.zip
[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.
Diffstat (limited to 'Makefile.ckati')
-rw-r--r--Makefile.ckati1
1 files changed, 0 insertions, 1 deletions
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 \