aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 5b39ba02..55c54394 100644
--- a/src/supplemental/http/http_public.c
+++ b/src/supplemental/http/http_public.c
@@ -138,16 +138,6 @@ nng_http_get_version(nng_http *conn)
#endif
}
-nng_http_res *
-nng_http_conn_res(nng_http *conn)
-{
-#ifdef NNG_SUPP_HTTP
- return (nni_http_conn_res(conn));
-#else
- return (NULL);
-#endif
-}
-
int
nng_http_set_status(nng_http *conn, uint16_t status, const char *reason)
{