From b2cc2539f6a37d8e2669334929dab3a6ac2078b9 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 31 May 2018 13:15:08 +0200 Subject: Build - throws a warning: 'rv': unreferenced local variable PR #412 --- netwerk/protocol/http/HttpChannelParent.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'netwerk/protocol') diff --git a/netwerk/protocol/http/HttpChannelParent.cpp b/netwerk/protocol/http/HttpChannelParent.cpp index d1c67f01b..7c88b9222 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); -- cgit v1.2.3