Build - throws a warning: 'rv': unreferenced local variable

PR #412
This commit is contained in:
janekptacijarabaci 2018-05-31 13:15:08 +02:00 committed by Roy Tam
commit 4a6ce109b1

View file

@ -737,7 +737,6 @@ HttpChannelParent::RecvRedirect2Verify(const nsresult& result,
{
LOG(("HttpChannelParent::RecvRedirect2Verify [this=%p result=%x]\n",
this, result));
nsresult rv;
if (NS_SUCCEEDED(result)) {
nsCOMPtr<nsIHttpChannel> newHttpChannel =
do_QueryInterface(mRedirectChannel);