Skip to content

Commit 7ab34ae

Browse files
gengjiawentargos
authored andcommitted
src: remove unused method in class Http2Stream
PR-URL: #25979 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 0899c8b commit 7ab34ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/node_http2.h

-4
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,6 @@ class Http2Stream : public AsyncWrap,
465465

466466
void EmitStatistics();
467467

468-
// Process a Data Chunk
469-
void OnDataChunk(uv_buf_t* chunk);
470-
471-
472468
// Required for StreamBase
473469
int ReadStart() override;
474470

0 commit comments

Comments
 (0)