summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-12-08 13:43:37 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-12-10 11:58:14 -0500
commit2916573a98e94a730708435e87f26d8561f8d2d7 (patch)
tree3c526059f04641b41d4d83ea067dd706ce523409 /src/meson.build
parent8626edfaf577829228675d6a00651341b4ac3253 (diff)
downloadlighttpd-git-2916573a98e94a730708435e87f26d8561f8d2d7.tar.gz
[build] omit unused vector.[ch] from build
(no longer used at the moment)
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/meson.build b/src/meson.build
index d48d9247..ff472c32 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -537,7 +537,6 @@ common_src = files(
'sock_addr.c',
'stat_cache.c',
'sys-setjmp.c',
- 'vector.c',
)
main_src = files(
@@ -702,7 +701,6 @@ test('test_configfile', executable('test_configfile',
'data_config.c',
'http_header.c',
'http_kv.c',
- 'vector.c',
'log.c',
'fdlog.c',
'sock_addr.c',