From 4d15cb36d9188e55d59cc2ee4a1f9094baf46feb Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Sun, 17 Mar 2019 17:36:17 +0300 Subject: [PATCH] Removed unused closures field in njs_variable_t. --- njs/njs_variable.h | 1 - 1 file changed, 1 deletion(-) diff --git a/njs/njs_variable.h b/njs/njs_variable.h index 3af51872..252dc3f3 100644 --- a/njs/njs_variable.h +++ b/njs/njs_variable.h @@ -22,7 +22,6 @@ typedef struct { nxt_str_t name; njs_variable_type_t type:8; /* 3 bits */ - uint8_t closure; /* 1 bit */ uint8_t argument; njs_index_t index; -- 2.47.3