Chromium Code Reviews| Index: src/core/SkPathHeap.cpp |
| diff --git a/src/core/SkPathHeap.cpp b/src/core/SkPathHeap.cpp |
| index 12db3c482f41af47b4edef259cd8afa2fe0b83d9..c6e2129e9ed3df017dd93452ff7e0457233f1946 100644 |
| --- a/src/core/SkPathHeap.cpp |
| +++ b/src/core/SkPathHeap.cpp |
| @@ -11,8 +11,6 @@ |
| #include "SkFlattenableBuffers.h" |
| #include <new> |
| -SK_DEFINE_INST_COUNT(SkPathHeap) |
| - |
| #define kPathCount 64 |
| SkPathHeap::SkPathHeap() : fHeap(kPathCount * sizeof(SkPath)) { |