mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Fix a Unix warning by removing an unused local variable
This commit is contained in:
parent
485c484dbd
commit
283946a4e4
@ -583,7 +583,6 @@ nsScriptSecurityManager::GetSecurityLevel(JSContext *cx, char *prop_name,
|
||||
return SCRIPT_SECURITY_NO_ACCESS;
|
||||
PRInt32 secLevel;
|
||||
char *secLevelString;
|
||||
nsIPref *mPrefs;
|
||||
nsresult rv;
|
||||
NS_WITH_SERVICE(nsIPref, prefs, kPrefServiceCID, &rv);
|
||||
if (NS_FAILED(rv))
|
||||
|
Loading…
Reference in New Issue
Block a user