Index: tests/SkLinearBitmapPipelineTest.cpp |
diff --git a/tests/SkLinearBitmapPipelineTest.cpp b/tests/SkLinearBitmapPipelineTest.cpp |
index 9d12f1b465a83d81acc3260110ca3d60752986fb..04f2e2783e8e053ac75713a3d68ccc5481511843 100644 |
--- a/tests/SkLinearBitmapPipelineTest.cpp |
+++ b/tests/SkLinearBitmapPipelineTest.cpp |
@@ -10,14 +10,6 @@ |
#include "SkPM4f.h" |
#include "Test.h" |
-struct SinkBilerpProcessor final : public PointProcessorInterface { |
- void pointListFew(int n, Sk4fArg xs, Sk4fArg ys) override { fXs = xs; fYs = ys; } |
- void pointList4(Sk4fArg Xs, Sk4fArg Ys) override { fXs = Xs; fYs = Ys; } |
- void pointSpan(SkPoint start, SkScalar length, int count) override { } |
- Sk4f fXs; |
- Sk4f fYs; |
-}; |
- |
using Pixel = float[4]; |
DEF_TEST(SkBitmapFP, reporter) { |