From 46a8c98a1aa6e0c4b86a72b8f8fe47878012afb1 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Thu, 28 Jan 2021 18:32:12 +0300 Subject: Removing unused mutex from nxt_process_t. --- src/nxt_process.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nxt_process.h') diff --git a/src/nxt_process.h b/src/nxt_process.h index 7afb8803..4f24b179 100644 --- a/src/nxt_process.h +++ b/src/nxt_process.h @@ -107,8 +107,6 @@ struct nxt_process_s { nxt_port_mmaps_t incoming; - nxt_thread_mutex_t cp_mutex; - uint32_t stream; nxt_mp_t *mem_pool; -- cgit