aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_public.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-10 12:37:13 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-10 13:57:42 -0800
commit0274024abf87c3bc9fc81bafe5bd2a4391192705 (patch)
tree3058820a6d1a775796a82bf4d5951542b78e55e7 /src/supplemental/http/http_public.c
parent292b98dfea50c898affdeb38be94429d171d2491 (diff)
downloadnng-0274024abf87c3bc9fc81bafe5bd2a4391192705.tar.gz
nng-0274024abf87c3bc9fc81bafe5bd2a4391192705.tar.bz2
nng-0274024abf87c3bc9fc81bafe5bd2a4391192705.zip
http: drop exclusive tree mode
Nothing really needs it -- we kept it in 1.0 to preserve semantics, but there is no requirement for semantic preservation in 2.0.
Diffstat (limited to 'src/supplemental/http/http_public.c')
-rw-r--r--src/supplemental/http/http_public.c10
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