http: Remove an unnecessary assignment
authorBo Borgerson <gigabo@gmail.com>
Thu, 17 Dec 2015 02:31:38 +0000 (18:31 -0800)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:32 +0000 (11:52 -0800)
commit3ff237333d08b3b8000f52a163acfa8d36d67e03
tree29422c030bffa7c563368881010d3c9032aaced2
parent8ce6843fe4fbe844a9a879d37321a3cda8e256ed
http: Remove an unnecessary assignment

This just removes an assignment to `ret` of a value that's not used before
it's overwritten.  Immediately following the assigment is an `if/else` in
which both branches assign to `ret` without using it.

PR-URL: https://github.com/nodejs/node/pull/4323
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
lib/_http_outgoing.js