]> git.kaiwu.me - njs.git/commitdiff
Removed unused nxt_lvlhsh_ctx_t structure.
authorValentin Bartenev <vbart@nginx.com>
Thu, 27 Jun 2019 15:55:34 +0000 (18:55 +0300)
committerValentin Bartenev <vbart@nginx.com>
Thu, 27 Jun 2019 15:55:34 +0000 (18:55 +0300)
nxt/nxt_lvlhsh.h

index f6c2fded277318a5cb2e4469a9c2e7854acdc36d..cc0343e58e11448dc0b66900a1a657d786d1f31c 100644 (file)
@@ -78,16 +78,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;
-} nxt_lvlhsh_ctx_t;
-
-
 typedef struct {
     void                      *slot;
 } nxt_lvlhsh_t;