Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: remove declarations for missing functions #18134

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
src: remove declarations for missing functions
  • Loading branch information
addaleax committed Jan 13, 2018
commit 9428d77f5a616bdf877f72e7e0ebfc12be1df84a
18 changes: 0 additions & 18 deletions src/node_http2.h
Original file line number Diff line number Diff line change
@@ -1048,24 +1048,6 @@ class Http2Session : public AsyncWrap {
int lib_error_code,
void* user_data);


static inline ssize_t OnStreamReadFD(
nghttp2_session* session,
int32_t id,
uint8_t* buf,
size_t length,
uint32_t* flags,
nghttp2_data_source* source,
void* user_data);
static inline ssize_t OnStreamRead(
nghttp2_session* session,
int32_t id,
uint8_t* buf,
size_t length,
uint32_t* flags,
nghttp2_data_source* source,
void* user_data);

struct Callbacks {
inline explicit Callbacks(bool kHasGetPaddingCallback);
inline ~Callbacks();