Vered Volansky has uploaded a new change for review.

Change subject: core: cleanup: Removed unused field
......................................................................

core: cleanup: Removed unused field

VmCommand.MAX_NETWORK_INTERFACES_SUPPORTED is never used. Now removed.

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/07/31507/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmCommand.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmCommand.java
index 5942ff5..f3841cf 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmCommand.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmCommand.java
@@ -55,7 +55,6 @@
     public static final String DELETE_PRIMARY_IMAGE_TASK_KEY = 
"DELETE_PRIMARY_IMAGE_TASK_KEY";
     public static final String DELETE_SECONDARY_IMAGES_TASK_KEY = 
"DELETE_SECONDARY_IMAGES_TASK_KEY";
     private static final int Kb = 1024;
-    protected final static int MAX_NETWORK_INTERFACES_SUPPORTED = 8;
 
     protected final OsRepository osRepository = 
SimpleDependecyInjector.getInstance().get(OsRepository.class);
 


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

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

Reply via email to