Removed unused nxt_lvlhsh_ctx_t.

This commit is contained in:
Valentin Bartenev
2017-04-10 17:25:52 +03:00
parent bf401fa544
commit 3d9be969e7

View File

@@ -81,17 +81,6 @@ typedef struct {
} nxt_lvlhsh_proto_t;
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;