diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-09-30 14:51:34 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-03-05 23:05:52 +0000 |
commit | 4eb008bb17f37f6dacfb101fe0a686bc10114b9d (patch) | |
tree | e6e1f9dd4caef07973eeb90b6713ea7db0c61c73 /auto | |
parent | 8ff606fbca688072585325ee5a4ddb56cc034575 (diff) | |
download | unit-4eb008bb17f37f6dacfb101fe0a686bc10114b9d.tar.gz unit-4eb008bb17f37f6dacfb101fe0a686bc10114b9d.tar.bz2 |
Remove unused nxt_vector_t API
This is unused, yet a community member just spent time finding and
fixing a bug in it only to be told it's unused.
Just get rid of the thing.
Link: <https://github.com/nginx/unit/pull/963>
Reviewed-by: Zhidao Hong <z.hong@f5.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'auto')
-rw-r--r-- | auto/sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auto/sources b/auto/sources index 6ee4d87b..f34d7fd7 100644 --- a/auto/sources +++ b/auto/sources @@ -41,7 +41,6 @@ NXT_LIB_SRCS=" \ src/nxt_murmur_hash.c \ src/nxt_lvlhsh.c \ src/nxt_array.c \ - src/nxt_vector.c \ src/nxt_list.c \ src/nxt_buf.c \ src/nxt_buf_pool.c \ |