diff --git a/arangod/Indexes/EdgeIndex.cpp b/arangod/Indexes/EdgeIndex.cpp index cfe8bbb284..df5fae0d7c 100644 --- a/arangod/Indexes/EdgeIndex.cpp +++ b/arangod/Indexes/EdgeIndex.cpp @@ -402,8 +402,6 @@ void EdgeIndex::buildSearchValue(TRI_edge_direction_e dir, builder.close(); } - - void EdgeIndex::buildSearchValueFromArray(TRI_edge_direction_e dir, VPackSlice const ids, VPackBuilder& builder) { @@ -457,8 +455,6 @@ void EdgeIndex::buildSearchValueFromArray(TRI_edge_direction_e dir, builder.close(); } - - //////////////////////////////////////////////////////////////////////////////// /// @brief return a selectivity estimate for the index //////////////////////////////////////////////////////////////////////////////// diff --git a/arangod/Indexes/HashIndex.cpp b/arangod/Indexes/HashIndex.cpp index 43dca2886f..afe1f3d0f2 100644 --- a/arangod/Indexes/HashIndex.cpp +++ b/arangod/Indexes/HashIndex.cpp @@ -315,9 +315,6 @@ void HashIndexIterator::reset() { _index->lookup(_trx, _lookups.lookup(), _buffer); } - - - TRI_doc_mptr_t* HashIndexIteratorVPack::next() { while (true) { if (_posInBuffer >= _buffer.size()) {