Index: include/core/SkUtils.h |
diff --git a/include/core/SkUtils.h b/include/core/SkUtils.h |
index 66655d44f36f267501c1bbb2fa23d47798d13267..f4edf6de93c9ac7abb4c0a78f7f48dbea7587b74 100644 |
--- a/include/core/SkUtils.h |
+++ b/include/core/SkUtils.h |
@@ -126,8 +126,6 @@ public: |
SkAutoMemoryUsageProbe(const char label[]); |
~SkAutoMemoryUsageProbe(); |
private: |
- const char* fLabel; |
scroggo
2013/03/24 14:58:01
I wonder if we should just #if 0 or remove the ent
|
- size_t fBytesAllocated; |
}; |
#endif |