From 57da9895e168c56579d3ebf062a76af338c2ed43 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Tue, 16 Mar 2010 13:21:09 -0700 Subject: [PATCH] Remove two unused variables in nsCSPService.cpp, to fix build warning & trigger another build cycle & hopefully clear some red during CLOSED TREE --- content/base/src/nsCSPService.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/base/src/nsCSPService.cpp b/content/base/src/nsCSPService.cpp index 25596c18c63b..3b99c00c627c 100644 --- a/content/base/src/nsCSPService.cpp +++ b/content/base/src/nsCSPService.cpp @@ -101,7 +101,6 @@ CSPService::ShouldLoad(PRUint32 aContentType, // find the nsDocument that initiated this request and see if it has a // CSP policy object - nsresult rv; nsCOMPtr node(do_QueryInterface(aRequestContext)); nsCOMPtr principal; nsCOMPtr csp; @@ -160,7 +159,6 @@ CSPService::ShouldProcess(PRUint32 aContentType, // find the nsDocument that initiated this request and see if it has a // CSP policy object - nsresult rv; nsCOMPtr node(do_QueryInterface(aRequestContext)); nsCOMPtr principal; nsCOMPtr csp;