Skip to content

Commit 15aaf18

Browse files
addaleaxevanlucas
authored andcommitted
src: remove declarations for missing functions
PR-URL: #18134 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
1 parent ac0a0a6 commit 15aaf18

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/node_http2.h

-18
Original file line numberDiff line numberDiff line change
@@ -1048,24 +1048,6 @@ class Http2Session : public AsyncWrap {
10481048
int lib_error_code,
10491049
void* user_data);
10501050

1051-
1052-
static inline ssize_t OnStreamReadFD(
1053-
nghttp2_session* session,
1054-
int32_t id,
1055-
uint8_t* buf,
1056-
size_t length,
1057-
uint32_t* flags,
1058-
nghttp2_data_source* source,
1059-
void* user_data);
1060-
static inline ssize_t OnStreamRead(
1061-
nghttp2_session* session,
1062-
int32_t id,
1063-
uint8_t* buf,
1064-
size_t length,
1065-
uint32_t* flags,
1066-
nghttp2_data_source* source,
1067-
void* user_data);
1068-
10691051
struct Callbacks {
10701052
inline explicit Callbacks(bool kHasGetPaddingCallback);
10711053
inline ~Callbacks();

0 commit comments

Comments
 (0)