diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-05-31 13:15:08 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-05-31 13:15:08 +0200 |
commit | b2cc2539f6a37d8e2669334929dab3a6ac2078b9 (patch) | |
tree | 75d72009b0e57d990c403c9dfa59e2b2e3bcb837 /netwerk/protocol | |
parent | 14eb8dc7bee8670e39d1199591d335579601f2ad (diff) | |
download | UXP-b2cc2539f6a37d8e2669334929dab3a6ac2078b9.tar UXP-b2cc2539f6a37d8e2669334929dab3a6ac2078b9.tar.gz UXP-b2cc2539f6a37d8e2669334929dab3a6ac2078b9.tar.lz UXP-b2cc2539f6a37d8e2669334929dab3a6ac2078b9.tar.xz UXP-b2cc2539f6a37d8e2669334929dab3a6ac2078b9.zip |
Build - throws a warning: 'rv': unreferenced local variable
PR #412
Diffstat (limited to 'netwerk/protocol')
-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); |