From 0feca922f9508f0b21d777387424edf188d4ce65 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 27 Jun 2019 18:55:34 +0300 Subject: [PATCH] Removed unused nxt_lvlhsh_ctx_t structure. --- nxt/nxt_lvlhsh.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nxt/nxt_lvlhsh.h b/nxt/nxt_lvlhsh.h index f6c2fded..cc0343e5 100644 --- a/nxt/nxt_lvlhsh.h +++ b/nxt/nxt_lvlhsh.h @@ -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; -- 2.47.3