Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
This commit is contained in:
@@ -121,7 +121,6 @@ nsDirEnumeratorUnix::nsDirEnumeratorUnix() :
|
||||
mDir(nsnull),
|
||||
mEntry(nsnull)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
nsDirEnumeratorUnix::~nsDirEnumeratorUnix()
|
||||
@@ -201,7 +200,6 @@ nsDirEnumeratorUnix::GetNextEntry()
|
||||
nsLocalFile::nsLocalFile() :
|
||||
mHaveCachedStat(PR_FALSE)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
nsLocalFile::~nsLocalFile()
|
||||
|
||||
Reference in New Issue
Block a user