Removed a potentially dangerous

This commit is contained in:
Alex Huang 2011-04-29 09:54:37 -07:00
parent d4dc90d9fc
commit 124274ec80
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ public class StoragePoolMonitor implements Listener {
@Override
public synchronized boolean processDisconnect(long agentId, Status state) {
_storageManager.delPoolFromHost(agentId);
return true;
}