mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
Remove unused local var
Change-Id: Ied95e75aaecd7f2fc278034c7987fe263ef20e22
This commit is contained in:
parent
a0c4bdbaf8
commit
e9e71f10d2
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user