Madan Jampani

Remove unused local var

Change-Id: Ied95e75aaecd7f2fc278034c7987fe263ef20e22
...@@ -160,7 +160,6 @@ public class ApplicationManager ...@@ -160,7 +160,6 @@ public class ApplicationManager
160 @Override 160 @Override
161 public void uninstall(ApplicationId appId) { 161 public void uninstall(ApplicationId appId) {
162 checkNotNull(appId, APP_ID_NULL); 162 checkNotNull(appId, APP_ID_NULL);
163 - CountDownLatch latch = new CountDownLatch(1);
164 updateStoreAndWaitForNotificationHandling(appId, store::remove); 163 updateStoreAndWaitForNotificationHandling(appId, store::remove);
165 } 164 }
166 165
......