diff options
Diffstat (limited to 'src/supplemental/http/http_server.c')
| -rw-r--r-- | src/supplemental/http/http_server.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/supplemental/http/http_server.c b/src/supplemental/http/http_server.c index 5d6a2aee..9a9a619f 100644 --- a/src/supplemental/http/http_server.c +++ b/src/supplemental/http/http_server.c @@ -163,12 +163,6 @@ nni_http_handler_set_data(nni_http_handler *h, void *data, nni_cb dtor) h->dtor = dtor; } -void * -nni_http_handler_get_data(nni_http_handler *h) -{ - return (h->data); -} - const char * nni_http_handler_get_uri(nni_http_handler *h) { |
