Index: tests/UtilsTest.cpp |
diff --git a/tests/UtilsTest.cpp b/tests/UtilsTest.cpp |
index cb0668ed09340d227eb67639b5bac5eaf32967d1..d7d67c2b8ec7bc47a83320e497c72d079f4da8c2 100644 |
--- a/tests/UtilsTest.cpp |
+++ b/tests/UtilsTest.cpp |
@@ -25,8 +25,6 @@ private: |
typedef SkRefCnt INHERITED; |
}; |
-SK_DEFINE_INST_COUNT(RefClass) |
- |
static void test_autounref(skiatest::Reporter* reporter) { |
RefClass obj(0); |
REPORTER_ASSERT(reporter, 1 == obj.getRefCnt()); |