Skip to content

Commit

Permalink
src: remove unused method in class Http2Stream
Browse files Browse the repository at this point in the history
PR-URL: #25979
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
gengjiawen authored and danbev committed Feb 11, 2019
1 parent 9af04ad commit e11388b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/node_http2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e11388b

Please sign in to comment.