diff options
Diffstat (limited to 'demo/rest')
| -rw-r--r-- | demo/rest/server.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/demo/rest/server.c b/demo/rest/server.c index 9fbcfa34..788fc8f1 100644 --- a/demo/rest/server.c +++ b/demo/rest/server.c @@ -187,10 +187,7 @@ rest_handle(nng_aio *aio) { struct rest_job * job; nng_http_req * req = nng_aio_get_input(aio, 0); - nng_http_handler *h = nng_aio_get_input(aio, 1); nng_http_conn * conn = nng_aio_get_input(aio, 2); - nng_http_res * res; - nng_msg * msg; const char * clen; size_t sz; nng_iov iov; |
