1
0
Fork 0

removed unused property

This commit is contained in:
jsteemann 2016-06-16 09:57:03 +02:00
parent 535e20ea5a
commit 0e4d0610c7
1 changed files with 0 additions and 1 deletions

View File

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