| Index: src/core/SkColorTable.cpp
|
| diff --git a/src/core/SkColorTable.cpp b/src/core/SkColorTable.cpp
|
| index 38a46c51a43902d16efec5493c9dcb0171220c71..c719defe869359af969b7f571ad6a2bb720cb566 100644
|
| --- a/src/core/SkColorTable.cpp
|
| +++ b/src/core/SkColorTable.cpp
|
| @@ -12,8 +12,6 @@
|
| #include "SkStream.h"
|
| #include "SkTemplates.h"
|
|
|
| -SK_DEFINE_INST_COUNT(SkColorTable)
|
| -
|
| // As copy constructor is hidden in the class hierarchy, we need to call
|
| // default constructor explicitly to suppress a compiler warning.
|
| SkColorTable::SkColorTable(const SkColorTable& src) : INHERITED() {
|
|
|