diff options
Diffstat (limited to 'ext/net/01_net.js')
-rw-r--r-- | ext/net/01_net.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/net/01_net.js b/ext/net/01_net.js index c15ff56af..a6043786f 100644 --- a/ext/net/01_net.js +++ b/ext/net/01_net.js @@ -408,15 +408,7 @@ } } - function setup(unstable) { - if (!unstable) { - delete Listener.prototype.ref; - delete Listener.prototype.unref; - } - } - window.__bootstrap.net = { - setup, connect, Conn, TcpConn, |