aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/UtilsTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UtilsTest.cpp')
-rw-r--r--tests/UtilsTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/UtilsTest.cpp b/tests/UtilsTest.cpp
index cb0668ed09..d7d67c2b8e 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());