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:
@@ -77,7 +77,6 @@ PRInt32 Foo::gCount;
|
||||
|
||||
Foo::Foo(PRInt32 aID)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
mID = aID;
|
||||
++gCount;
|
||||
fprintf(stdout, "init: %d (%p), %d total)\n", mID, this, gCount);
|
||||
|
||||
Reference in New Issue
Block a user