1
0
Fork 0

Revert "Fix return value of local edge write to smart edge collection in AQL."

This reverts commit d163a05e49.
This commit is contained in:
Max Neunhoeffer 2016-10-10 00:32:36 +02:00
parent d163a05e49
commit 5d65b0b206
1 changed files with 0 additions and 3 deletions

View File

@ -443,9 +443,6 @@ AqlItemBlock* InsertBlock::work(std::vector<AqlItemBlock*>& blocks) {
}
} else {
errorCode = TRI_ERROR_NO_ERROR;
if (producesOutput) {
result->setValue(dstRow, _outRegNew, res->getValue(i, registerId));
}
}
}