diff options
Diffstat (limited to 'src/nxt_conn.h')
-rw-r--r-- | src/nxt_conn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_conn.h b/src/nxt_conn.h index c4cabd05..32cad432 100644 --- a/src/nxt_conn.h +++ b/src/nxt_conn.h @@ -103,7 +103,6 @@ typedef struct { uint32_t ready; uint32_t batch; - uint32_t mem_cache; /* 8 bits */ /* An accept() interface is cached to minimize memory accesses. */ nxt_work_handler_t accept; |