Chromium Code Reviews| Index: src/core/SkUtils.cpp |
| diff --git a/src/core/SkUtils.cpp b/src/core/SkUtils.cpp |
| index 1af64c2aea4ded5d0ff87bc91cce2601ad94a524..78ee49356056600b89d4c02e587d582adeada1a8 100644 |
| --- a/src/core/SkUtils.cpp |
| +++ b/src/core/SkUtils.cpp |
| @@ -406,8 +406,7 @@ static int round_to_K(size_t bytes) { |
| } |
| #endif |
| -SkAutoMemoryUsageProbe::SkAutoMemoryUsageProbe(const char label[]) |
| - : fLabel(label) { |
| +SkAutoMemoryUsageProbe::SkAutoMemoryUsageProbe(const char label[]) { |
| #if 0 |
| struct mallinfo mi = mallinfo(); |