From e11388b245d9822fcaf2209baaa9e1958d102d2d 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/25979 Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso --- src/node_http2.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/node_http2.h b/src/node_http2.h index fb90e3ed85111c..61858aecf60962 100644 --- a/src/node_http2.h +++ b/src/node_http2.h @@ -465,10 +465,6 @@ class Http2Stream : public AsyncWrap, void EmitStatistics(); - // Process a Data Chunk - void OnDataChunk(uv_buf_t* chunk); - - // Required for StreamBase int ReadStart() override;