From: hongzhidao Date: Fri, 28 Dec 2018 17:43:44 +0000 (+0800) Subject: Removed duplicate njs_variable_reference() declaration. X-Git-Tag: 0.2.8~93 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=2bf788a19f435a60df5bc275f84668c3e1810f88;p=njs.git Removed duplicate njs_variable_reference() declaration. --- diff --git a/njs/njs_parser.h b/njs/njs_parser.h index ede1ab1d..8259b4c3 100644 --- a/njs/njs_parser.h +++ b/njs/njs_parser.h @@ -325,9 +325,6 @@ njs_token_t njs_parser_property_name(njs_vm_t *vm, njs_parser_t *parser, njs_token_t njs_parser_property_token(njs_parser_t *parser); njs_token_t njs_parser_token(njs_parser_t *parser); nxt_int_t njs_parser_string_create(njs_vm_t *vm, njs_value_t *value); -njs_ret_t njs_variable_reference(njs_vm_t *vm, njs_parser_scope_t *scope, - njs_parser_node_t *node, nxt_str_t *name, uint32_t hash, - njs_variable_reference_t reference); njs_variable_t *njs_variable_get(njs_vm_t *vm, njs_parser_node_t *node); njs_index_t njs_variable_typeof(njs_vm_t *vm, njs_parser_node_t *node); njs_index_t njs_variable_index(njs_vm_t *vm, njs_parser_node_t *node);