Allon Mureinik has uploaded a new change for review.

Change subject: core: Remove unused VdcOption ctor
......................................................................

core: Remove unused VdcOption ctor

Removed the ctor that isn't used anywhere in the codebase.

Change-Id: Iffac69f4e982b407a97ce3147eefb82ffcf1ee9c
Signed-off-by: Allon Mureinik <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdcOption.java
1 file changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/21/18121/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdcOption.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdcOption.java
index 0d35cf5..a8c38c2 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdcOption.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdcOption.java
@@ -40,12 +40,6 @@
                 && ObjectUtils.objectsEqual(value, other.value));
     }
 
-    public VdcOption(String option_name, String option_value, int option_id) {
-        this.setoption_name(option_name);
-        this.setoption_value(option_value);
-        this.setoption_id(option_id);
-    }
-
     public String getoption_name() {
         return this.name;
     }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iffac69f4e982b407a97ce3147eefb82ffcf1ee9c
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