mirror of https://gitee.com/bigwinds/arangodb
whitespace
This commit is contained in:
parent
71ba75f527
commit
ccb460e952
|
@ -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
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue