mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'aql2' of https://github.com/triAGENS/ArangoDB into aql2
This commit is contained in:
commit
db2018e052
|
@ -33,9 +33,6 @@ using namespace triagens::arango;
|
|||
using namespace triagens::aql;
|
||||
|
||||
ExecutionBlock::~ExecutionBlock () {
|
||||
for (auto i = _dependencies.begin(); i != _dependencies.end(); ++i) {
|
||||
delete *i;
|
||||
}
|
||||
}
|
||||
|
||||
int ExecutionBlock::bind (std::map<std::string, struct TRI_json_s*>* params) {
|
||||
|
|
Loading…
Reference in New Issue