From 3d9be969e7a7c181570aa69b9b1cb5f122904404 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 10 Apr 2017 17:25:52 +0300 Subject: [PATCH] Removed unused nxt_lvlhsh_ctx_t. --- src/nxt_lvlhsh.h | 11 ----------- 1 file changed, 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 @@ -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;