]> git.kaiwu.me - njs.git/commit
Removed unused nalloc parameter from lvlhsh allocation functions.
authorValentin Bartenev <vbart@nginx.com>
Thu, 27 Jun 2019 15:55:34 +0000 (18:55 +0300)
committerValentin Bartenev <vbart@nginx.com>
Thu, 27 Jun 2019 15:55:34 +0000 (18:55 +0300)
commit86982b7e21ed84eac7f2de66fa4c6c91e78be063
tree63c0c8c38bcb4fc6f845256f2318bc17bb8181a0
parent4d513fcae79c3800dc320a328a8b4d06e4fdfc79
Removed unused nalloc parameter from lvlhsh allocation functions.
14 files changed:
njs/njs_event.c
njs/njs_extern.c
njs/njs_lexer_keyword.c
njs/njs_module.c
njs/njs_object.c
njs/njs_shell.c
njs/njs_string.c
njs/njs_variable.c
njs/njs_vm.c
njs/njs_vm.h
njs/test/njs_unit_test.c
nxt/nxt_lvlhsh.c
nxt/nxt_lvlhsh.h
nxt/test/lvlhsh_unit_test.c