diff options
-rw-r--r-- | netwerk/protocol/http/HttpChannelParent.cpp | 1 |
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); |