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:
dbaron%dbaron.org
2006-04-05 00:00:44 +00:00
parent 2c5418a903
commit 9911a9b756
125 changed files with 0 additions and 321 deletions

View File

@@ -44,8 +44,6 @@
#include "nsIHTMLContentSink.h"
#include "nsHTMLTokenizer.h"
MOZ_DECL_CTOR_COUNTER(CParserContext)
CParserContext::CParserContext(nsScanner* aScanner,
void *aKey,
eParserCommands aCommand,

View File

@@ -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:

View File

@@ -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.

View File

@@ -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;