mirror of https://gitee.com/bigwinds/arangodb
removed some default cases
This commit is contained in:
parent
13849b2c77
commit
d06dd817b0
|
@ -1439,11 +1439,16 @@ namespace triagens {
|
|||
}
|
||||
return out;
|
||||
}
|
||||
default: {
|
||||
|
||||
case AqlValue::SHAPED:
|
||||
case AqlValue::EMPTY: {
|
||||
// error
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
THROW_ARANGO_EXCEPTION_MESSAGE(TRI_ERROR_INTERNAL, "unexpected value in variable to iterate over");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief current position in the _inVariable
|
||||
|
|
Loading…
Reference in New Issue