From: Dmitry Volyntsev Date: Sun, 17 Mar 2019 14:36:17 +0000 (+0300) Subject: Removed unused closures field in njs_variable_t. X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=4d15cb36d9188e55d59cc2ee4a1f9094baf46feb;p=njs.git Removed unused closures field in njs_variable_t. --- 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;