Allon Mureinik has submitted this change and it was merged. Change subject: core: Remove unused IsStoragePoolWithSameNameExist ......................................................................
core: Remove unused IsStoragePoolWithSameNameExist Removed the unused IsStoragePoolWithSameNameExistQuery. This patch removes the following: 1. The unused IsStoragePoolWithSameNameExistQuery class. 2. The IsStoragePoolWithSameNameExistParameters class only used by the aforementioned query class. 3. The IsStoragePoolWithSameNameExistQuery constant in VdcQueryType corresponding to the removed class. Change-Id: I08bba52c8795bba0535d4651c0b6532dd4d523c9 Signed-off-by: Allon Mureinik <[email protected]> --- D backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/IsStoragePoolWithSameNameExistQuery.java D backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/IsStoragePoolWithSameNameExistParameters.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java 3 files changed, 0 insertions(+), 37 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/13227 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I08bba52c8795bba0535d4651c0b6532dd4d523c9 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Alissa Bonas <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
