From 592dee99440059f6c79665e704165c355c99890d Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Tue, 9 Jul 2013 13:33:16 +0000 Subject: [PATCH] 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 --- bench/PathUtilsBench.cpp | 1 - 1 file changed, 1 deletion(-) 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];