mirror of https://gitee.com/bigwinds/arangodb
removed unused property
This commit is contained in:
parent
535e20ea5a
commit
0e4d0610c7
|
@ -205,7 +205,6 @@ struct TraverserOptions {
|
|||
std::vector<std::string> _collections;
|
||||
std::vector<TRI_edge_direction_e> _directions;
|
||||
std::vector<arangodb::Transaction::IndexHandle> _indexHandles;
|
||||
arangodb::velocypack::Builder _builder;
|
||||
|
||||
public:
|
||||
uint64_t minDepth;
|
||||
|
|
Loading…
Reference in New Issue