summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-09-10 20:11:26 -0400
committerDavid Robillard <d@drobilla.net>2021-09-10 20:11:26 -0400
commit87ae32d754d211d1f6510af098c2349a28f17351 (patch)
tree96dd41d9ad0b6e28845a0aefcf1f4da2fbf4fa18 /meson.build
parent157942782c6dc06b12bb72068a9ad605d0938ad8 (diff)
downloadzix-87ae32d754d211d1f6510af098c2349a28f17351.tar.gz
zix-87ae32d754d211d1f6510af098c2349a28f17351.tar.bz2
zix-87ae32d754d211d1f6510af098c2349a28f17351.zip
Remove ZixStrindex
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',
]