Index: src/core/SkPictureStateTree.cpp |
diff --git a/src/core/SkPictureStateTree.cpp b/src/core/SkPictureStateTree.cpp |
index 9f2db258484e5bd847224d3a6a01561e59f39e17..5f4ed93423d3c741cad3e999fefc243e084953b9 100644 |
--- a/src/core/SkPictureStateTree.cpp |
+++ b/src/core/SkPictureStateTree.cpp |
@@ -9,8 +9,6 @@ |
#include "SkPictureStateTree.h" |
#include "SkCanvas.h" |
-SK_DEFINE_INST_COUNT(SkPictureStateTree) |
- |
SkPictureStateTree::SkPictureStateTree() |
: fAlloc(2048) |
, fRoot(NULL) |