Skip to content

Commit

Permalink
Remove unused nxt_vector_t API
Browse files Browse the repository at this point in the history
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: <#963>
Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed Feb 28, 2024
1 parent 23e807d commit 69a7554
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 223 deletions.
1 change: 0 additions & 1 deletion auto/sources
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion src/nxt_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
156 changes: 0 additions & 156 deletions src/nxt_vector.c

This file was deleted.

65 changes: 0 additions & 65 deletions src/nxt_vector.h

This file was deleted.

0 comments on commit 69a7554

Please sign in to comment.