Bug 1060696 - Remove NS_INIT_ISUPPORTS. r=froydnj

This commit is contained in:
Birunthan Mohanathas 2015-01-16 07:34:46 +02:00
parent 85214379b3
commit 78413a64fb
2 changed files with 0 additions and 8 deletions

View File

@ -33,7 +33,6 @@ nsProtectedAuthThread::nsProtectedAuthThread()
, mSlot(0)
, mLoginResult(SECFailure)
{
NS_INIT_ISUPPORTS();
}
nsProtectedAuthThread::~nsProtectedAuthThread()

View File

@ -496,13 +496,6 @@ public:
///////////////////////////////////////////////////////////////////////////////
/**
* Previously used to initialize the reference count, but no longer needed.
*
* DEPRECATED.
*/
#define NS_INIT_ISUPPORTS() ((void)0)
/**
* Use this macro to declare and implement the AddRef & Release methods for a
* given non-XPCOM <i>_class</i>.