[njs] Removed unused typedef.
Dmitry Volyntsev
xeioex at nginx.com
Thu Mar 5 13:10:21 UTC 2020
details: https://hg.nginx.org/njs/rev/cc5c687ebc1c
branches:
changeset: 1353:cc5c687ebc1c
user: Dmitry Volyntsev <xeioex at nginx.com>
date: Thu Mar 05 16:05:40 2020 +0300
description:
Removed unused typedef.
diffstat:
src/njs_extern.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diffs (16 lines):
diff -r 51ce6ffc3c66 -r cc5c687ebc1c src/njs_extern.h
--- a/src/njs_extern.h Thu Mar 05 15:24:54 2020 +0300
+++ b/src/njs_extern.h Thu Mar 05 16:05:40 2020 +0300
@@ -34,12 +34,6 @@ struct njs_extern_s {
};
-typedef struct {
- njs_value_t value;
- njs_str_t name;
-} njs_extern_value_t;
-
-
njs_array_t *njs_extern_keys_array(njs_vm_t *vm, const njs_extern_t *external);
njs_int_t njs_external_match_native_function(njs_vm_t *vm,
njs_function_native_t func, njs_str_t *name);
More information about the nginx-devel
mailing list