1
0
Fork 0

whitespace

This commit is contained in:
Jan Steemann 2012-11-07 18:15:10 +01:00
parent 308455f842
commit bdccef3965
1 changed files with 6 additions and 7 deletions

View File

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