diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-05-31 13:45:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 13:45:03 +0200 |
commit | a516927e1a277f4eb34e34538204b299d33afb3e (patch) | |
tree | 75d72009b0e57d990c403c9dfa59e2b2e3bcb837 | |
parent | 14eb8dc7bee8670e39d1199591d335579601f2ad (diff) | |
parent | b2cc2539f6a37d8e2669334929dab3a6ac2078b9 (diff) | |
download | UXP-a516927e1a277f4eb34e34538204b299d33afb3e.tar UXP-a516927e1a277f4eb34e34538204b299d33afb3e.tar.gz UXP-a516927e1a277f4eb34e34538204b299d33afb3e.tar.lz UXP-a516927e1a277f4eb34e34538204b299d33afb3e.tar.xz UXP-a516927e1a277f4eb34e34538204b299d33afb3e.zip |
Merge pull request #419 from janekptacijarabaci/build_warnings_1
Build - Fix throws a warning: 'rv': unreferenced local variable
-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); |