summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_lvlhsh.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2017-04-10 17:25:52 +0300
committerValentin Bartenev <vbart@nginx.com>2017-04-10 17:25:52 +0300
commit3d9be969e7a7c181570aa69b9b1cb5f122904404 (patch)
tree666b6bf6ee77cfb00a3c2adb1df47ccea6fa25ae /src/nxt_lvlhsh.h
parentbf401fa5440d5cc2026c8e181471dbc852cf6a80 (diff)
downloadunit-3d9be969e7a7c181570aa69b9b1cb5f122904404.tar.gz
unit-3d9be969e7a7c181570aa69b9b1cb5f122904404.tar.bz2
Removed unused nxt_lvlhsh_ctx_t.
Diffstat (limited to '')
-rw-r--r--src/nxt_lvlhsh.h11
1 files changed, 0 insertions, 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
@@ -82,17 +82,6 @@ typedef struct {
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;