]> git.kaiwu.me - njs.git/commitdiff
Removed unused closures field in njs_variable_t.
authorDmitry Volyntsev <xeioex@nginx.com>
Sun, 17 Mar 2019 14:36:17 +0000 (17:36 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Sun, 17 Mar 2019 14:36:17 +0000 (17:36 +0300)
njs/njs_variable.h

index 3af51872d621065fbd43c09db282104621a02cb0..252dc3f3470d9cef416281b743fba2ea268d7153 100644 (file)
@@ -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;