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 5651c0c..bc32e80 100644
--- a/meson.build
+++ b/meson.build
@@ -177,7 +177,6 @@ sources = [
'src/digest.c',
'src/hash.c',
'src/ring.c',
- 'src/strindex.c',
'src/tree.c',
]
@@ -215,7 +214,6 @@ headers = [
'include/zix/hash.h',
'include/zix/ring.h',
'include/zix/sem.h',
- 'include/zix/strindex.h',
'include/zix/thread.h',
'include/zix/tree.h',
]
@@ -234,7 +232,6 @@ tests = [
'hash_test',
'ring_test',
'sem_test',
- 'strindex_test',
'tree_test',
]