diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/nng/http.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/nng/http.h b/include/nng/http.h index d8654815..683e1f38 100644 --- a/include/nng/http.h +++ b/include/nng/http.h @@ -301,9 +301,6 @@ NNG_DECL void nng_http_handler_set_tree(nng_http_handler *); NNG_DECL void nng_http_handler_set_data( nng_http_handler *, void *, void (*)(void *)); -// nng_http_handler_get_data returns the data that was previously stored. -NNG_DECL void *nng_http_handler_get_data(nng_http_handler *); - // nng_http_server is a handle to an HTTP server instance. Servers // only serve a single port / address at this time. |
