mirror of https://gitee.com/bigwinds/arangodb
remove unused variable
This commit is contained in:
parent
28479d3778
commit
76f55d84bc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue