summaryrefslogtreecommitdiff
path: root/src/node_http2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_http2.h')
-rw-r--r--src/node_http2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_http2.h b/src/node_http2.h
index 9c032f02d1..792078d126 100644
--- a/src/node_http2.h
+++ b/src/node_http2.h
@@ -581,7 +581,6 @@ class Http2Stream : public AsyncWrap,
// JavaScript API
static void GetID(const FunctionCallbackInfo<Value>& args);
static void Destroy(const FunctionCallbackInfo<Value>& args);
- static void FlushData(const FunctionCallbackInfo<Value>& args);
static void Priority(const FunctionCallbackInfo<Value>& args);
static void PushPromise(const FunctionCallbackInfo<Value>& args);
static void RefreshState(const FunctionCallbackInfo<Value>& args);