Moti Asayag has uploaded a new change for review. Change subject: core: Remove useless method ......................................................................
core: Remove useless method This method never used. Change-Id: I4167b4dd432f2818f91e7015d938da36817c1f11 Signed-off-by: Moti Asayag <masa...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/40564/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java index 1a303ee..84cbd07 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java @@ -1083,10 +1083,6 @@ return vdsDynamic.getVersion(); } - public String getPartialVersion() { - return vdsDynamic.getVersion().getValue().substring(0, 2); - } - public ServerCpu getCpuName() { return cpuName; } -- To view, visit https://gerrit.ovirt.org/40564 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4167b4dd432f2818f91e7015d938da36817c1f11 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches