1
0
Fork 0

remove unused variable

This commit is contained in:
jsteemann 2016-07-12 16:56:48 +02:00
parent 28479d3778
commit 76f55d84bc
1 changed files with 0 additions and 1 deletions

View File

@ -2238,7 +2238,6 @@ int RestReplicationHandler::processRestoreDataBatch(
// Now try to insert all keys for which the last marker was a document
// marker, note that these could still be replace markers!
std::vector<VPackValueLength> insertTried;
builder.clear();
{
VPackArrayBuilder guard(&builder);