Index: src/gpu/GrEffect.cpp |
diff --git a/src/gpu/GrEffect.cpp b/src/gpu/GrEffect.cpp |
index a64fd7c4bbe3a411c4692d0d2200da0eb5bb5bbd..986e80a57ee0196d04354e4a4bbfb56857c1e70e 100644 |
--- a/src/gpu/GrEffect.cpp |
+++ b/src/gpu/GrEffect.cpp |
@@ -12,8 +12,6 @@ |
#include "GrMemoryPool.h" |
#include "SkTLS.h" |
-SK_DEFINE_INST_COUNT(GrEffect) |
- |
#if SK_ALLOW_STATIC_GLOBAL_INITIALIZERS |
SkTArray<GrEffectTestFactory*, true>* GrEffectTestFactory::GetFactories() { |
static SkTArray<GrEffectTestFactory*, true> gFactories; |
@@ -61,8 +59,6 @@ int32_t GrBackendEffectFactory::fCurrEffectClassID = GrBackendEffectFactory::kIl |
/////////////////////////////////////////////////////////////////////////////// |
-SK_DEFINE_INST_COUNT(GrEffectRef) |
- |
GrEffectRef::~GrEffectRef() { |
SkASSERT(this->unique()); |
fEffect->EffectRefDestroyed(); |