mirror of https://gitee.com/bigwinds/arangodb
fixed compile error
This commit is contained in:
parent
d3221c33ba
commit
005e089a43
|
@ -858,10 +858,8 @@ int CollectorThread::executeTransferMarkers (TRI_document_collection_t* document
|
||||||
CollectorCache* cache,
|
CollectorCache* cache,
|
||||||
OperationsType const& operations) {
|
OperationsType const& operations) {
|
||||||
|
|
||||||
#ifdef TRI_ENABLE_FAILURE_TESTS
|
|
||||||
// used only for crash / recovery tests
|
// used only for crash / recovery tests
|
||||||
int numMarkers = 0;
|
int numMarkers = 0;
|
||||||
#endif
|
|
||||||
|
|
||||||
TRI_voc_tick_t const minTransferTick = document->_tickMax;
|
TRI_voc_tick_t const minTransferTick = document->_tickMax;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue