From 7c38650cd12b9d5b14aec5d416fa3b57918cee50 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Tue, 4 Feb 2020 11:39:16 +0300 Subject: [PATCH] Removing duplicate macro definitions. This issue was introduced in 2c7f79bf0a1f. --- src/nxt_unit.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/nxt_unit.c b/src/nxt_unit.c index ab622e56..7c3d945c 100644 --- a/src/nxt_unit.c +++ b/src/nxt_unit.c @@ -19,10 +19,6 @@ #include #endif -#define NXT_UNIT_MAX_PLAIN_SIZE 1024 -#define NXT_UNIT_LOCAL_BUF_SIZE \ - (NXT_UNIT_MAX_PLAIN_SIZE + sizeof(nxt_port_msg_t)) - #define NXT_UNIT_MAX_PLAIN_SIZE 1024 #define NXT_UNIT_LOCAL_BUF_SIZE \ (NXT_UNIT_MAX_PLAIN_SIZE + sizeof(nxt_port_msg_t))