aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BlitRowTest.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-21 16:41:00 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-21 16:41:00 +0000
commit4b7d6730898abc9e02d1e12c2fd732945f4c1ab4 (patch)
treeb8f627aef9c4e8f41431e04bd866738c0748567b /tests/BlitRowTest.cpp
parentf642f8cf90c8fd4111094026a1a9e9fdc92be9c3 (diff)
More clang warning fixes.
Mostly unused functions and variables removed. BUG=None TEST=ninja -C out/Debug most ninja -C out/Release most R=bsalomon@google.com, caryclark@google.com, robertphillips@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/27933002 git-svn-id: http://skia.googlecode.com/svn/trunk@11884 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/BlitRowTest.cpp')
-rw-r--r--tests/BlitRowTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/BlitRowTest.cpp b/tests/BlitRowTest.cpp
index 2b7d94a88b..3903efbfba 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"