From 1e108e4bfe30fe081ed0c87b5fca6c6eb8756fee Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Thu, 7 Feb 2019 16:37:07 +0800 Subject: [PATCH] src: remove unused method in class Http2Stream --- src/node_http2.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/node_http2.h b/src/node_http2.h index e6953f6fc19802..6979d404f1986c 100644 --- a/src/node_http2.h +++ b/src/node_http2.h @@ -464,10 +464,6 @@ class Http2Stream : public AsyncWrap, void EmitStatistics(); - // Process a Data Chunk - void OnDataChunk(uv_buf_t* chunk); - - // Required for StreamBase int ReadStart() override;