Allon Mureinik has uploaded a new change for review. Change subject: core: rm unused VmDeviceCommonUtils.CDROM_IMAGE_ID ......................................................................
core: rm unused VmDeviceCommonUtils.CDROM_IMAGE_ID Change-Id: I3077f3edf6e7bf1268f4543fa66ce3631d89f57b Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/utils/VmDeviceCommonUtils.java 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/02/22002/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/utils/VmDeviceCommonUtils.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/utils/VmDeviceCommonUtils.java index 2a55d01..6015346 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/utils/VmDeviceCommonUtils.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/utils/VmDeviceCommonUtils.java @@ -23,8 +23,6 @@ final static String CDROM_CHAR = "D"; final static String DRIVE_CHAR = "C"; - public final static String CDROM_IMAGE_ID = "11111111-1111-1111-1111-111111111111"; - public static String singlePciRamByHeads(int heads) { return String.valueOf(HIGH_VIDEO_MEM * heads); } -- To view, visit http://gerrit.ovirt.org/22002 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3077f3edf6e7bf1268f4543fa66ce3631d89f57b 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
