Bug 443058 - Remove MOZ_DECL_CTOR_COUNTER; <mozilla-central> part; r=benjamin

This commit is contained in:
Arpad Borsos 2008-09-07 00:04:10 +02:00
parent 8cb85b4228
commit 709fd651fe
4 changed files with 0 additions and 12 deletions

View File

@ -460,8 +460,6 @@ GetThreadStackLimit()
return stackLimit;
}
MOZ_DECL_CTOR_COUNTER(xpcPerThreadData)
XPCPerThreadData::XPCPerThreadData()
: mJSContextStack(new XPCJSContextStack()),
mNextThread(nsnull),

View File

@ -957,7 +957,6 @@ protected:
#endif // MOZ_REFLOW_PERF_DSP && MOZ_REFLOW_PERF
MOZ_DECL_CTOR_COUNTER(nsDisplayCaret)
class nsDisplayCaret : public nsDisplayItem {
public:
nsDisplayCaret(nsIFrame* aCaretFrame, nsCaret *aCaret)

View File

@ -6609,8 +6609,6 @@ DR_cookie::~DR_cookie()
nsFrame::DisplayReflowExit(mPresContext, mFrame, mMetrics, mStatus, mValue);
}
MOZ_DECL_CTOR_COUNTER(DR_layout_cookie)
DR_layout_cookie::DR_layout_cookie(nsIFrame* aFrame)
: mFrame(aFrame)
{
@ -6624,8 +6622,6 @@ DR_layout_cookie::~DR_layout_cookie()
nsFrame::DisplayLayoutExit(mFrame, mValue);
}
MOZ_DECL_CTOR_COUNTER(DR_intrinsic_width_cookie)
DR_intrinsic_width_cookie::DR_intrinsic_width_cookie(
nsIFrame* aFrame,
const char* aType,
@ -6644,8 +6640,6 @@ DR_intrinsic_width_cookie::~DR_intrinsic_width_cookie()
nsFrame::DisplayIntrinsicWidthExit(mFrame, mType, mResult, mValue);
}
MOZ_DECL_CTOR_COUNTER(DR_intrinsic_size_cookie)
DR_intrinsic_size_cookie::DR_intrinsic_size_cookie(
nsIFrame* aFrame,
const char* aType,

View File

@ -64,8 +64,6 @@
#define NS_LOG_RELEASE(_p, _rc, _type) \
NS_LogRelease((_p), (_rc), (_type))
#define MOZ_DECL_CTOR_COUNTER(_type)
#define MOZ_COUNT_CTOR(_type) \
PR_BEGIN_MACRO \
NS_LogCtor((void*)this, #_type, sizeof(*this)); \
@ -91,7 +89,6 @@ PR_END_MACRO
#define NS_LOG_ADDREF(_p, _rc, _type, _size)
#define NS_LOG_RELEASE(_p, _rc, _type)
#define MOZ_DECL_CTOR_COUNTER(_type)
#define MOZ_COUNT_CTOR(_type)
#define MOZ_COUNT_DTOR(_type)