diff options
Diffstat (limited to 'src/supplemental/http/http_public.c')
| -rw-r--r-- | src/supplemental/http/http_public.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/supplemental/http/http_public.c b/src/supplemental/http/http_public.c index ef000802..5b39ba02 100644 --- a/src/supplemental/http/http_public.c +++ b/src/supplemental/http/http_public.c @@ -434,16 +434,6 @@ nng_http_handler_set_tree(nng_http_handler *h) } void -nng_http_handler_set_tree_exclusive(nng_http_handler *h) -{ -#ifdef NNG_SUPP_HTTP - nni_http_handler_set_tree_exclusive(h); -#else - NNI_ARG_UNUSED(h); -#endif -} - -void nng_http_handler_set_data(nng_http_handler *h, void *dat, void (*dtor)(void *)) { #ifdef NNG_SUPP_HTTP |
