Yaniv Bronhaim has uploaded a new change for review. Change subject: engine: Removed unused variable declaration ......................................................................
engine: Removed unused variable declaration Change-Id: I2d048479f4cd566fc198f0496e2222b26f2575c4 Signed-off-by: Yaniv Bronhaim <[email protected]> --- 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/61/18461/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 e66c581..404ec21 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 @@ -45,9 +45,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/18461 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2d048479f4cd566fc198f0496e2222b26f2575c4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
