aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http/http_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplemental/http/http_msg.c')
-rw-r--r--src/supplemental/http/http_msg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/supplemental/http/http_msg.c b/src/supplemental/http/http_msg.c
index 009c8ab4..8c62fb5f 100644
--- a/src/supplemental/http/http_msg.c
+++ b/src/supplemental/http/http_msg.c
@@ -126,12 +126,6 @@ nni_http_res_alloc_data(nni_http_res *res, size_t size)
return (0);
}
-bool
-nni_http_res_is_error(nni_http_res *res)
-{
- return (res->iserr);
-}
-
static int
http_parse_header(nng_http *conn, void *line)
{