summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-31 18:03:33 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-31 18:03:33 +0200
commit3ab978b4a4df6548a7b1c490c8a3754476b16054 (patch)
tree083265b057af97c757d038d15dee6e493492894c
parent13b342868f51f15200d91e5da26ca83f818caf69 (diff)
parenta516927e1a277f4eb34e34538204b299d33afb3e (diff)
downloadUXP-3ab978b4a4df6548a7b1c490c8a3754476b16054.tar
UXP-3ab978b4a4df6548a7b1c490c8a3754476b16054.tar.gz
UXP-3ab978b4a4df6548a7b1c490c8a3754476b16054.tar.lz
UXP-3ab978b4a4df6548a7b1c490c8a3754476b16054.tar.xz
UXP-3ab978b4a4df6548a7b1c490c8a3754476b16054.zip
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
-rw-r--r--netwerk/protocol/http/HttpChannelParent.cpp1
1 files changed, 0 insertions, 1 deletions
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<nsIHttpChannel> newHttpChannel =
do_QueryInterface(mRedirectChannel);