1
0
Fork 0

whitespace

This commit is contained in:
jsteemann 2016-05-24 12:58:28 +02:00
parent 71ba75f527
commit ccb460e952
2 changed files with 0 additions and 7 deletions

View File

@ -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
////////////////////////////////////////////////////////////////////////////////

View File

@ -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()) {