summaryrefslogtreecommitdiff
path: root/lib/_http_outgoing.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_http_outgoing.js')
-rw-r--r--lib/_http_outgoing.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/_http_outgoing.js b/lib/_http_outgoing.js
index 324373f385..79d38db291 100644
--- a/lib/_http_outgoing.js
+++ b/lib/_http_outgoing.js
@@ -179,9 +179,6 @@ OutgoingMessage.prototype._renderHeaders = function _renderHeaders() {
};
-exports.OutgoingMessage = OutgoingMessage;
-
-
OutgoingMessage.prototype.setTimeout = function setTimeout(msecs, callback) {
if (callback) {