From 4a6ce109b14edcdecdc6bf9f0e2fe0510b5f67c0 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 31 May 2018 13:15:08 +0200 Subject: [PATCH] Build - throws a warning: 'rv': unreferenced local variable PR #412 --- netwerk/protocol/http/HttpChannelParent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/netwerk/protocol/http/HttpChannelParent.cpp b/netwerk/protocol/http/HttpChannelParent.cpp index d1c67f01b2..7c88b92224 100644 --- a/netwerk/protocol/http/HttpChannelParent.cpp +++ b/netwerk/protocol/http/HttpChannelParent.cpp @@ -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 newHttpChannel = do_QueryInterface(mRedirectChannel);