diff options
author | Zhidao HONG <z.hong@f5.com> | 2024-04-18 18:34:07 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2024-08-20 09:17:23 +0800 |
commit | 5f6ae1a189b1736eb7cc35f1ff8018fd8606db9b (patch) | |
tree | 229be8f32766bf7f1f88ee78da2349633e93e1a5 /src/nxt_var.c | |
parent | ecb3f86c8528a26d770e93bd5296b780981e20ff (diff) | |
download | unit-5f6ae1a189b1736eb7cc35f1ff8018fd8606db9b.tar.gz unit-5f6ae1a189b1736eb7cc35f1ff8018fd8606db9b.tar.bz2 |
var: Remove unused functions and structure fields
Diffstat (limited to '')
-rw-r--r-- | src/nxt_var.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nxt_var.c b/src/nxt_var.c index 94d10cd8..16aa1c7e 100644 --- a/src/nxt_var.c +++ b/src/nxt_var.c @@ -30,14 +30,8 @@ struct nxt_var_query_s { nxt_var_cache_t cache; - nxt_uint_t waiting; - nxt_uint_t failed; /* 1 bit */ - void *ctx; void *data; - - nxt_work_handler_t ready; - nxt_work_handler_t error; }; |