1
0
Fork 0

Merge branch 'aql2' of https://github.com/triAGENS/ArangoDB into aql2

This commit is contained in:
Jan Steemann 2014-08-01 12:19:22 +02:00
commit db2018e052
1 changed files with 0 additions and 3 deletions

View File

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