Bug 217089 Compiler warnings
patch by mbockelkamp@web.de r=timeless sr=alecf git-svn-id: svn://10.0.0.236/trunk@146728 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1250,7 +1250,6 @@ FileSystemDataSource::isValidFolder(nsIRDFResource *source)
|
||||
rv = source->GetValueConst(&uri);
|
||||
if (NS_FAILED(rv)) return(isValid);
|
||||
|
||||
PRBool isIEFavorite = PR_FALSE;
|
||||
nsAutoString theURI; theURI.AssignWithConversion(uri);
|
||||
if (theURI.Find(ieFavoritesDir) == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user