mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1060696 - Remove NS_INIT_ISUPPORTS. r=froydnj
This commit is contained in:
parent
da7c43b26b
commit
2f07a9ef3a
@ -33,7 +33,6 @@ nsProtectedAuthThread::nsProtectedAuthThread()
|
||||
, mSlot(0)
|
||||
, mLoginResult(SECFailure)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
nsProtectedAuthThread::~nsProtectedAuthThread()
|
||||
|
@ -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>.
|
||||
|
Loading…
Reference in New Issue
Block a user