aboutsummaryrefslogtreecommitdiff
path: root/src/node_http2.h
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-01-13 17:06:51 +0100
committerAnna Henningsen <anna@addaleax.net>2018-01-14 14:58:56 +0100
commit75032c9c8b0f5e47ed3361b45cfb8e8852bc5a5c (patch)
treee8ae837ed2d1488d6f89b858b1b355f5c1fd4141 /src/node_http2.h
parent36daf1d6344137c7ab0e6b39998d1030721de45c (diff)
downloadandroid-node-v8-75032c9c8b0f5e47ed3361b45cfb8e8852bc5a5c.tar.gz
android-node-v8-75032c9c8b0f5e47ed3361b45cfb8e8852bc5a5c.tar.bz2
android-node-v8-75032c9c8b0f5e47ed3361b45cfb8e8852bc5a5c.zip
src: remove declarations for missing functions
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'src/node_http2.h')
-rw-r--r--src/node_http2.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/node_http2.h b/src/node_http2.h
index 765f729476..4ed06c9597 100644
--- a/src/node_http2.h
+++ b/src/node_http2.h
@@ -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();