Allon Mureinik has uploaded a new change for review.

Change subject: core: RemoveVm - removed unused local variable
......................................................................

core: RemoveVm - removed unused local variable

Removed the unused vmId local variable.

Change-Id: Ia9864d18e9e6d6e758c5197b74baab3b13486427
Signed-off-by: Allon Mureinik <[email protected]>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveVmCommand.java
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/50/12350/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveVmCommand.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveVmCommand.java
index 18029f5..48f3d0d 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveVmCommand.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveVmCommand.java
@@ -71,7 +71,6 @@
 
     private boolean removeVm() {
         VM vm = getVm();
-        Guid vmId = getVmId();
         hasImages = vm.getDiskList().size() > 0;
 
         if (getParameters().isRemoveDisks() && hasImages) {


--
To view, visit http://gerrit.ovirt.org/12350
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9864d18e9e6d6e758c5197b74baab3b13486427
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to