| Index: src/gpu/gl/GrGpuGL_program.cpp
|
| diff --git a/src/gpu/gl/GrGpuGL_program.cpp b/src/gpu/gl/GrGpuGL_program.cpp
|
| index a777e8f3baabefd198cb66fc89305bf5046ca819..a3beab1a5999bfbaeed0dca446edd189cbda976f 100644
|
| --- a/src/gpu/gl/GrGpuGL_program.cpp
|
| +++ b/src/gpu/gl/GrGpuGL_program.cpp
|
| @@ -27,8 +27,6 @@ struct GrGpuGL::ProgramCache::Entry {
|
| unsigned int fLRUStamp;
|
| };
|
|
|
| -SK_DEFINE_INST_COUNT(GrGpuGL::ProgramCache::Entry);
|
| -
|
| struct GrGpuGL::ProgramCache::ProgDescLess {
|
| bool operator() (const GrGLProgramDesc& desc, const Entry* entry) {
|
| SkASSERT(NULL != entry->fProgram.get());
|
|
|