From: Valentin Bartenev Date: Thu, 27 Jun 2019 15:55:34 +0000 (+0300) Subject: Removed unused nxt_lvlhsh_ctx_t structure. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/%7B@url%7D?a=commitdiff_plain;h=0feca922f9508f0b21d777387424edf188d4ce65;p=njs.git Removed unused nxt_lvlhsh_ctx_t structure. --- 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;