1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

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
parent 0baf9bbbea
commit 4a6ce109b1
@@ -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);