summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/nxt_lvlhsh.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/nxt_lvlhsh.h b/src/nxt_lvlhsh.h
index 554e958b..f1ddf53d 100644
--- a/src/nxt_lvlhsh.h
+++ b/src/nxt_lvlhsh.h
@@ -82,17 +82,6 @@ typedef struct {
typedef struct {
- nxt_lvlhsh_test_t test;
- nxt_lvlhsh_alloc_t alloc;
- nxt_lvlhsh_free_t free;
-
- /* The maximum allowed aligned shift. */
- uint32_t max_shift;
- uint32_t nalloc;
-} nxt_lvlhsh_ctx_t;
-
-
-typedef struct {
void *slot;
} nxt_lvlhsh_t;