| Index: tests/BlitRowTest.cpp
|
| diff --git a/tests/BlitRowTest.cpp b/tests/BlitRowTest.cpp
|
| index 2b7d94a88b9b0195fc47f41e696e5939793741e2..3903efbfba35a9c7bc9a595a2dee75126a477d58 100644
|
| --- a/tests/BlitRowTest.cpp
|
| +++ b/tests/BlitRowTest.cpp
|
| @@ -12,10 +12,6 @@
|
| #include "SkGradientShader.h"
|
| #include "SkRect.h"
|
|
|
| -static inline const char* boolStr(bool value) {
|
| - return value ? "true" : "false";
|
| -}
|
| -
|
| // these are in the same order as the SkBitmap::Config enum
|
| static const char* gConfigName[] = {
|
| "None", "A1", "A8", "Index8", "565", "4444", "8888", "RLE_Index8"
|
|
|