A Path can exist in several cache entries.

Change-Id: I742f7425d2b6bef753ed3e04fb39ebb103b2dc00
diff --git a/libs/hwui/PathCache.cpp b/libs/hwui/PathCache.cpp
index e8afe37..70e06a1 100644
--- a/libs/hwui/PathCache.cpp
+++ b/libs/hwui/PathCache.cpp
@@ -111,7 +111,6 @@
     for (uint32_t i = 0; i < mCache.size(); i++) {
         if (mCache.getKeyAt(i).path == path) {
             mCache.removeAt(i);
-            return;
         }
     }
 }