Allon Mureinik has uploaded a new change for review. Change subject: core: Removed unused VdcQueryType.CanFenceVds ......................................................................
core: Removed unused VdcQueryType.CanFenceVds Removed the CanFenceVds constant from VdcQueryType, as the CanFenceVdsQuery associated with it no longer exists. Change-Id: I5a9d97e7adbebccdc70760d0e11667d81bf55ff6 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/41/13441/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java index 43eaa8d..6399913 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java @@ -26,7 +26,6 @@ GetVdsByType, GetVdsFenceStatus, GetNewVdsFenceStatus, - CanFenceVds, GetAgentFenceOptions, GetAgentFenceOptions2, GetAllChildVlanInterfaces, -- To view, visit http://gerrit.ovirt.org/13441 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5a9d97e7adbebccdc70760d0e11667d81bf55ff6 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
