Allon Mureinik has uploaded a new change for review. Change subject: core: Remove unused empty method in VdsHandler ......................................................................
core: Remove unused empty method in VdsHandler Change-Id: Iad3736231a24947f896169eace0758bc8d1048a8 Signed-off-by: Allon Mureinik <amure...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsHandler.java 1 file changed, 0 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/75/21675/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsHandler.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsHandler.java index 23ddf15..ea565f0 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsHandler.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsHandler.java @@ -16,7 +16,6 @@ import org.ovirt.engine.core.common.errors.VdcBllErrors; import org.ovirt.engine.core.common.utils.Pair; import org.ovirt.engine.core.common.vdscommands.VDSReturnValue; -import org.ovirt.engine.core.compat.Guid; import org.ovirt.engine.core.compat.RpmVersion; import org.ovirt.engine.core.utils.ObjectIdentityChecker; import org.ovirt.engine.core.utils.log.Log; @@ -59,10 +58,6 @@ public static boolean IsFieldsUpdated(VdsStatic source, VdsStatic destination, Iterable<String> list) { return mUpdateVdsStatic.IsFieldsUpdated(source, destination, list); - } - - public static void HandleVdsCpuFlagsOrClusterChanged(Guid vdsId) { - } static private boolean isPendingOvirt(VDSType type, VDSStatus status) { -- To view, visit http://gerrit.ovirt.org/21675 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iad3736231a24947f896169eace0758bc8d1048a8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amure...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches