Index: tools/RefCntIs.h |
diff --git a/tools/RefCntIs.h b/tools/RefCntIs.h |
deleted file mode 100644 |
index 86d3cc3e124a99c89eb786ceeb868486bca66437..0000000000000000000000000000000000000000 |
--- a/tools/RefCntIs.h |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-#ifndef RefCntIs_DEFINED |
-#define RefCntIs_DEFINED |
- |
-// Allows tests to assert a particular value for a ref count, |
-// without letting Skia library code look at that value. |
- |
-#include "SkRefCnt.h" |
-#include "SkWeakRefCnt.h" |
- |
-bool RefCntIs(const SkRefCntBase&, int32_t); |
-bool WeakRefCntIs(const SkWeakRefCnt&, int32_t); |
- |
-#endif//RefCntIs_DEFINED |