Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
git-svn-id: svn://10.0.0.236/trunk@193572 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -44,8 +44,6 @@
|
||||
#include "nsIHTMLContentSink.h"
|
||||
#include "nsHTMLTokenizer.h"
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(CParserContext)
|
||||
|
||||
CParserContext::CParserContext(nsScanner* aScanner,
|
||||
void *aKey,
|
||||
eParserCommands aCommand,
|
||||
|
||||
@@ -47,11 +47,6 @@
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(nsEntryStack)
|
||||
MOZ_DECL_CTOR_COUNTER(nsDTDContext)
|
||||
MOZ_DECL_CTOR_COUNTER(nsTokenAllocator)
|
||||
MOZ_DECL_CTOR_COUNTER(CNodeRecycler)
|
||||
|
||||
/**************************************************************************************
|
||||
A few notes about how residual style handling is performed:
|
||||
|
||||
|
||||
@@ -79,8 +79,6 @@ const int kBufsize=1;
|
||||
const int kBufsize=64;
|
||||
#endif
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(nsScanner)
|
||||
|
||||
/**
|
||||
* Use this constructor if you want i/o to be based on
|
||||
* a single string you hand in during construction.
|
||||
|
||||
@@ -38,11 +38,6 @@
|
||||
#include "nsToken.h"
|
||||
#include "nsScanner.h"
|
||||
|
||||
|
||||
#ifdef MATCH_CTOR_DTOR
|
||||
MOZ_DECL_CTOR_COUNTER(CToken)
|
||||
#endif
|
||||
|
||||
static int TokenCount=0;
|
||||
static int DelTokenCount=0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user