summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PathRenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/PathRenderer.cpp')
-rw-r--r--libs/hwui/PathRenderer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/PathRenderer.cpp b/libs/hwui/PathRenderer.cpp
index dd13d79..d59e36f 100644
--- a/libs/hwui/PathRenderer.cpp
+++ b/libs/hwui/PathRenderer.cpp
@@ -596,7 +596,6 @@ bool PathRenderer::convexPathPerimeterVertices(const SkPath& path, bool forceClo
SkPath::Iter iter(path, forceClose);
SkPoint pts[4];
SkPath::Verb v;
- Vertex* newVertex = 0;
while (SkPath::kDone_Verb != (v = iter.next(pts))) {
switch (v) {
case SkPath::kMove_Verb: