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:
dbaron%dbaron.org
2003-01-08 23:19:20 +00:00
parent da0a65f13f
commit 6ed727cbe8
266 changed files with 12 additions and 408 deletions

View File

@@ -123,7 +123,6 @@ class nsDirEnumerator : public nsISimpleEnumerator
mFSRefsArray(nsnull),
mArrayCnt(0), mArrayIndex(0)
{
NS_INIT_ISUPPORTS();
}
nsresult Init(nsILocalFileMac* parent)
@@ -322,8 +321,6 @@ nsLocalFile::nsLocalFile() :
mIdentityDirty(PR_TRUE),
mFollowLinksDirty(PR_TRUE)
{
NS_INIT_ISUPPORTS();
mFSRef = kInvalidFSRef;
mTargetFSRef = kInvalidFSRef;
}
@@ -334,8 +331,6 @@ nsLocalFile::nsLocalFile(const FSRef& aFSRef, const nsAString& aRelativePath) :
mIdentityDirty(PR_TRUE),
mFollowLinksDirty(PR_TRUE)
{
NS_INIT_ISUPPORTS();
mTargetFSRef = kInvalidFSRef;
if (aRelativePath.Length()) {
@@ -361,7 +356,6 @@ nsLocalFile::nsLocalFile(const nsLocalFile& src) :
mIdentityDirty(src.mIdentityDirty),
mFollowLinksDirty(src.mFollowLinksDirty)
{
NS_INIT_ISUPPORTS();
}
nsLocalFile::~nsLocalFile()