summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index d429513..5651c0c 100644
--- a/meson.build
+++ b/meson.build
@@ -177,7 +177,6 @@ sources = [
'src/digest.c',
'src/hash.c',
'src/ring.c',
- 'src/sorted_array.c',
'src/strindex.c',
'src/tree.c',
]
@@ -216,7 +215,6 @@ headers = [
'include/zix/hash.h',
'include/zix/ring.h',
'include/zix/sem.h',
- 'include/zix/sorted_array.h',
'include/zix/strindex.h',
'include/zix/thread.h',
'include/zix/tree.h',
@@ -236,7 +234,6 @@ tests = [
'hash_test',
'ring_test',
'sem_test',
- 'sorted_array_test',
'strindex_test',
'tree_test',
]