mirror of https://gitee.com/bigwinds/arangodb
whitespace
This commit is contained in:
parent
308455f842
commit
bdccef3965
|
@ -311,7 +311,6 @@ TRI_aql_index_t* TRI_DetermineIndexAql (TRI_aql_context_t* const context,
|
|||
for (k = 0; k < candidates->_length; ++k) {
|
||||
TRI_aql_field_access_t* candidate = (TRI_aql_field_access_t*) TRI_AtVectorPointer(candidates, k);
|
||||
|
||||
|
||||
if (candidate->_type == TRI_AQL_ACCESS_IMPOSSIBLE ||
|
||||
candidate->_type == TRI_AQL_ACCESS_ALL) {
|
||||
// wrong index type, doesn't help us at all
|
||||
|
|
Loading…
Reference in New Issue