[njs] Removed unused nxt_lvlhsh_ctx_t structure.
Valentin Bartenev
vbart at nginx.com
Thu Jun 27 15:56:22 UTC 2019
details: https://hg.nginx.org/njs/rev/40f26bb516a6
branches:
changeset: 1020:40f26bb516a6
user: Valentin Bartenev <vbart at nginx.com>
date: Thu Jun 27 18:55:34 2019 +0300
description:
Removed unused nxt_lvlhsh_ctx_t structure.
diffstat:
nxt/nxt_lvlhsh.h | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diffs (20 lines):
diff -r 9db5e400480c -r 40f26bb516a6 nxt/nxt_lvlhsh.h
--- a/nxt/nxt_lvlhsh.h Thu Jun 27 18:55:34 2019 +0300
+++ b/nxt/nxt_lvlhsh.h Thu Jun 27 18:55:34 2019 +0300
@@ -79,16 +79,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;
-} nxt_lvlhsh_ctx_t;
-
-
-typedef struct {
void *slot;
} nxt_lvlhsh_t;
More information about the nginx-devel
mailing list