Hello Yaniv Bronhaim, I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/18631 to review the following change. Change subject: engine: Removed unused variable declaration ...................................................................... engine: Removed unused variable declaration Change-Id: I2d048479f4cd566fc198f0496e2222b26f2575c4 Signed-off-by: Yaniv Bronhaim <ybron...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HandleVdsVersionCommand.java 1 file changed, 0 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/31/18631/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HandleVdsVersionCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HandleVdsVersionCommand.java index 7b8b429..77bad07 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HandleVdsVersionCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HandleVdsVersionCommand.java @@ -47,9 +47,6 @@ VDS vds = getVds(); VDSGroup cluster = getVdsGroup(); - // get only major and minor of vdc version - Version partialVdcVersion = new Version( - new Version(Config.<String> GetValue(ConfigValues.VdcVersion)).toString(2)); // check that vdc support vds OR vds support vdc RpmVersion vdsVersion = vds.getVersion(); Version vdsmVersion = new Version(vdsVersion.getMajor(),vdsVersion.getMinor()); -- To view, visit http://gerrit.ovirt.org/18631 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2d048479f4cd566fc198f0496e2222b26f2575c4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches