Repository: asterixdb Updated Branches: refs/heads/master 333e38ef1 -> 178e4f6d1
[NO ISSUE][OTR] Remove Unused IndexOp Enum - user model changes: no - storage format changes: no - interface changes: no Change-Id: Ic7ccbeff5a2de5acf16394c30ba1cf7617c25ccb Reviewed-on: https://asterix-gerrit.ics.uci.edu/2264 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Contrib: Jenkins <[email protected]> Reviewed-by: abdullah alamoudi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/178e4f6d Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/178e4f6d Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/178e4f6d Branch: refs/heads/master Commit: 178e4f6d19b0b99614202da1cfb16c6a563b433f Parents: 333e38e Author: Murtadha Hubail <[email protected]> Authored: Sun Jan 7 00:21:57 2018 +0300 Committer: abdullah alamoudi <[email protected]> Committed: Sun Jan 7 07:45:48 2018 -0800 ---------------------------------------------------------------------- .../storage/am/common/ophelpers/IndexOp.java | 24 -------------------- 1 file changed, 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/asterixdb/blob/178e4f6d/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/ophelpers/IndexOp.java ---------------------------------------------------------------------- diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/ophelpers/IndexOp.java b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/ophelpers/IndexOp.java deleted file mode 100644 index 7a0d4e8..0000000 --- a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/ophelpers/IndexOp.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.apache.hyracks.storage.am.common.ophelpers; - -public enum IndexOp { - INSERT, DELETE, UPDATE, UPSERT, SEARCH, DISKORDERSCAN, PHYSICALDELETE -}
