diff options
author | Zhidao HONG <z.hong@f5.com> | 2022-06-02 09:36:35 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2022-06-02 09:36:35 +0800 |
commit | 0d2d40e23192a281adaf88ce436723c8b7f5e9d3 (patch) | |
tree | fda9a80cb70bba064a42c17d1b9833502c024188 /src/nxt_var.h | |
parent | 4f16479482f4902aecefdbcd16f3d6e3bf6b67a4 (diff) | |
download | unit-0d2d40e23192a281adaf88ce436723c8b7f5e9d3.tar.gz unit-0d2d40e23192a281adaf88ce436723c8b7f5e9d3.tar.bz2 |
Summary: Var: removing all async stuff.
No functional changes.
Diffstat (limited to 'src/nxt_var.h')
-rw-r--r-- | src/nxt_var.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_var.h b/src/nxt_var.h index 3b7d0c28..7fef0278 100644 --- a/src/nxt_var.h +++ b/src/nxt_var.h @@ -12,7 +12,6 @@ typedef struct nxt_var_query_s nxt_var_query_t; typedef nxt_int_t (*nxt_var_handler_t)(nxt_task_t *task, - nxt_var_query_t *query, nxt_str_t *str, void *ctx); |