Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/js_stream.h')
-rw-r--r--src/js_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js_stream.h b/src/js_stream.h
index 44bf7a06df7..c7caf79374d 100644
--- a/src/js_stream.h
+++ b/src/js_stream.h
@@ -18,7 +18,6 @@ class JSStream : public AsyncWrap, public StreamBase {
~JSStream();
- void* Cast() override;
bool IsAlive() override;
bool IsClosing() override;
int ReadStart() override;