Laszlo Hornyak has uploaded a new change for review. Change subject: engine: remove unused VmDynamic constructor ......................................................................
engine: remove unused VmDynamic constructor Long VmDynamic constructor was not used, it was removed. Change-Id: I70ddc980f8ed832b02e8a2974097893dff4757f3 Signed-off-by: Laszlo Hornyak <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmDynamic.java 1 file changed, 0 insertions(+), 38 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/59/11959/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmDynamic.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmDynamic.java index d4c8893..45443c4 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmDynamic.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmDynamic.java @@ -369,44 +369,6 @@ boot_sequence = BootSequence.C; } - public VmDynamic(String app_list, NGuid guest_cur_user_id, String guest_cur_user_name, - java.util.Date guest_last_login_time, java.util.Date guest_last_logout_time, String guest_os, - NGuid migrating_to_vds, NGuid run_on_vds, int status, Guid vm_guid, String vm_host, String vm_ip, - java.util.Date lastStartTime, java.util.Date vm_last_up_time, Integer vm_pid, Integer display, - Boolean acpi_enable, String display_ip, Integer display_type, Boolean kvm_enable, Integer session, - Integer boot_sequence, Integer display_secure_port, Integer utc_diff, Guid last_vds_run_on, - String client_ip, Integer guest_requested_memory) { - mExitStatus = VmExitStatus.Normal; - mWin2kHackEnable = false; - - this.appList = app_list; - this.guest_cur_user_name = guest_cur_user_name; - this.guest_last_login_time = guest_last_login_time; - this.guest_last_logout_time = guest_last_logout_time; - this.guest_os = guest_os; - this.migrating_to_vds = migrating_to_vds; - this.run_on_vds = run_on_vds; - this.status = VMStatus.forValue(status); - this.id = vm_guid; - this.vm_host = vm_host; - this.vm_ip = vm_ip; - this.lastStartTime = lastStartTime; - this.vm_last_up_time = vm_last_up_time; - this.vm_pid = vm_pid; - this.display = display; - this.acpi_enable = acpi_enable; - this.display_ip = display_ip; - this.display_type = DisplayType.forValue(display_type); - this.kvm_enable = kvm_enable; - this.session = SessionState.forValue(session); - this.boot_sequence = BootSequence.forValue(boot_sequence); - this.display_secure_port = display_secure_port; - this.setutc_diff(utc_diff); - this.setlast_vds_run_on(last_vds_run_on); - this.setclient_ip(client_ip); - this.setguest_requested_memory(guest_requested_memory); - } - public String getapp_list() { return this.appList; } -- To view, visit http://gerrit.ovirt.org/11959 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I70ddc980f8ed832b02e8a2974097893dff4757f3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Laszlo Hornyak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
