Fix style
Change-Id: I7227b0eac126bf470ed50249a7809b845872983b
diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp
index 37d70f2..80f9c2f 100644
--- a/libs/hwui/PathCache.cpp
+++ b/libs/hwui/PathCache.cpp
@@ -196,7 +196,7 @@
// Callbacks
///////////////////////////////////////////////////////////////////////////////
-void PathCache::operator()(PathDescription& /* entry */, PathTexture*& texture) {
+void PathCache::operator()(PathDescription& entry, PathTexture*& texture) {
removeTexture(texture);
}