Allon Mureinik has uploaded a new change for review. Change subject: core: Remove unused VDSGroup ctor ......................................................................
core: Remove unused VDSGroup ctor Removed the ctor that isn't used anywhere in the codebase. Change-Id: I8ec91916d482a45a42f13292814d876d37b28aef Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java 1 file changed, 0 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/18/18118/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java index 4652ac2..5d598fe 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDSGroup.java @@ -80,13 +80,6 @@ migrateOnError = MigrateOnErrorOptions.YES; } - public VDSGroup(String name, String description, String cpu_name) { - this(); - this.name = name; - this.description = description; - this.cpu_name = cpu_name; - } - @Override public Guid getId() { return id; -- To view, visit http://gerrit.ovirt.org/18118 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8ec91916d482a45a42f13292814d876d37b28aef 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
