Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
git-svn-id: svn://10.0.0.236/trunk@136028 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -147,7 +147,6 @@ class nsDirEnumerator : public nsISimpleEnumerator
|
||||
|
||||
nsDirEnumerator() : mDir(nsnull)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
nsresult Init(nsILocalFile* parent)
|
||||
@@ -249,8 +248,6 @@ NS_IMPL_ISUPPORTS1(nsDirEnumerator, nsISimpleEnumerator)
|
||||
|
||||
nsLocalFile::nsLocalFile()
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
|
||||
mLastResolution = PR_FALSE;
|
||||
mFollowSymlinks = PR_FALSE;
|
||||
MakeDirty();
|
||||
|
||||
Reference in New Issue
Block a user