Index: src/core/SkPath.cpp |
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp |
index 6c48e56b5f5714d8c7ab69dde35485e8878b539f..eaa6c93dec4e3255fdcffc177d85f722d4789fb9 100644 |
--- a/src/core/SkPath.cpp |
+++ b/src/core/SkPath.cpp |
@@ -15,8 +15,6 @@ |
#include "SkRRect.h" |
#include "SkThread.h" |
-SK_DEFINE_INST_COUNT(SkPath); |
- |
// This value is just made-up for now. When count is 4, calling memset was much |
// slower than just writing the loop. This seems odd, and hopefully in the |
// future this we appear to have been a fluke... |