summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main.h
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-09-30 14:51:34 +0100
committerAndrew Clayton <a.clayton@nginx.com>2024-03-05 23:05:52 +0000
commit4eb008bb17f37f6dacfb101fe0a686bc10114b9d (patch)
treee6e1f9dd4caef07973eeb90b6713ea7db0c61c73 /src/nxt_main.h
parent8ff606fbca688072585325ee5a4ddb56cc034575 (diff)
downloadunit-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 'src/nxt_main.h')
-rw-r--r--src/nxt_main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h
index aa96256e..7880e55f 100644
--- a/src/nxt_main.h
+++ b/src/nxt_main.h
@@ -104,7 +104,6 @@ typedef struct {
#include <nxt_hash.h>
#include <nxt_sort.h>
-#include <nxt_vector.h>
#include <nxt_list.h>
#include <nxt_service.h>