aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
authorGravatar tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-09 13:33:16 +0000
committerGravatar tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-09 13:33:16 +0000
commit592dee99440059f6c79665e704165c355c99890d (patch)
tree036643b618ddb5be42accd280fc47c5ec13fdb7c /bench
parent5d367c455c568106d928289f7a4c9b0cb5890479 (diff)
Remove unused private fields from PathUtilsBench.
This allows compilation to proceed on Linux with clang when building the "most" target. R=robertphillips@google.com Review URL: https://codereview.chromium.org/18338011 git-svn-id: http://skia.googlecode.com/svn/trunk@9925 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'bench')
-rw-r--r--bench/PathUtilsBench.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/bench/PathUtilsBench.cpp b/bench/PathUtilsBench.cpp
index bf7677b277..a021f22f68 100644
--- a/bench/PathUtilsBench.cpp
+++ b/bench/PathUtilsBench.cpp
@@ -38,7 +38,6 @@ class PathUtilsBench : public SkBenchmark {
typedef void (*Proc)(char*, SkPath*);
Proc fProc;
- int fH, fW, fStride;
SkString fName;
char* bits[H * STRIDE];