Remove unused local var

Change-Id: Ied95e75aaecd7f2fc278034c7987fe263ef20e22
This commit is contained in:
Madan Jampani 2016-06-17 11:46:46 -07:00
parent a0c4bdbaf8
commit e9e71f10d2

View File

@ -160,7 +160,6 @@ public class ApplicationManager
@Override
public void uninstall(ApplicationId appId) {
checkNotNull(appId, APP_ID_NULL);
CountDownLatch latch = new CountDownLatch(1);
updateStoreAndWaitForNotificationHandling(appId, store::remove);
}