1
0
Fork 0

Went through all TRI_doc_mptr\(_copy\)_t ...

... to see whether _copy is needed.
This commit is contained in:
Max Neunhoeffer 2014-06-10 16:04:30 +02:00
parent e575b94222
commit c49f1a80d6
1 changed files with 0 additions and 2 deletions

View File

@ -2652,8 +2652,6 @@ static v8::Handle<v8::Value> JS_LastQuery (v8::Arguments const& argv) {
}
else {
if (n == 0) {
trx.finish(res);
return scope.Close(v8::Null());
}