Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-02-07 11:37:07 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-02-11 11:00:39 +0300
commite11388b245d9822fcaf2209baaa9e1958d102d2d (patch)
treebef345172af47cba53ce063eefe0489a3c75b1f7 /src/node_http2.h
parent9af04ad684a666888f76024876d7b74eee60d2f7 (diff)
src: remove unused method in class Http2Stream
PR-URL: https://github.com/nodejs/node/pull/25979 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'src/node_http2.h')
-rw-r--r--src/node_http2.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/node_http2.h b/src/node_http2.h
index fb90e3ed851..61858aecf60 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;