summaryrefslogtreecommitdiffstats
path: root/modules/http2/h2_stream.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/http2/h2_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/http2/h2_stream.h b/modules/http2/h2_stream.h
index f6bd71a5f8..0608f2f340 100644
--- a/modules/http2/h2_stream.h
+++ b/modules/http2/h2_stream.h
@@ -72,7 +72,6 @@ struct h2_stream {
h2_stream *h2_stream_create(int id, apr_pool_t *pool, struct h2_mplx *m);
apr_status_t h2_stream_destroy(h2_stream *stream);
-void h2_stream_cleanup(h2_stream *stream);
apr_pool_t *h2_stream_detach_pool(h2_stream *stream);
void h2_stream_attach_pool(h2_stream *stream, apr_pool_t *pool);