diff options
Diffstat (limited to 'src/nxt_poll_engine.c')
-rw-r--r-- | src/nxt_poll_engine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_poll_engine.c b/src/nxt_poll_engine.c index 607cd144..faf245b3 100644 --- a/src/nxt_poll_engine.c +++ b/src/nxt_poll_engine.c @@ -98,7 +98,6 @@ const nxt_event_interface_t nxt_poll_engine = { static const nxt_lvlhsh_proto_t nxt_poll_fd_hash_proto nxt_aligned(64) = { NXT_LVLHSH_LARGE_MEMALIGN, - 0, nxt_poll_fd_hash_test, nxt_lvlhsh_alloc, nxt_lvlhsh_free, |