Summary: Var: removing all async stuff.

No functional changes.
This commit is contained in:
Zhidao HONG
2022-06-02 09:36:35 +08:00
parent 4f16479482
commit 0d2d40e231
3 changed files with 14 additions and 26 deletions

View File

@@ -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);