Skip to content

Commit 0b828e5

Browse files
addaleaxMylesBorins
authored andcommitted
src: remove declarations for missing functions
Backport-PR-URL: #20456 PR-URL: #18134 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
1 parent a4d910c commit 0b828e5

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)