Remove two unused variables in nsCSPService.cpp, to fix build warning & trigger another build cycle & hopefully clear some red during CLOSED TREE

This commit is contained in:
Daniel Holbert 2010-03-16 13:21:09 -07:00
Родитель 6967dc4528
Коммит 57da9895e1
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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<nsINode> node(do_QueryInterface(aRequestContext));
nsCOMPtr<nsIPrincipal> principal;
nsCOMPtr<nsIContentSecurityPolicy> 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<nsINode> node(do_QueryInterface(aRequestContext));
nsCOMPtr<nsIPrincipal> principal;
nsCOMPtr<nsIContentSecurityPolicy> csp;