From 7fd102692f45bf15f19409779d24e61c40efa895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Gra=CC=88tzer?= Date: Tue, 28 Mar 2017 15:16:08 +0200 Subject: [PATCH] Fix build error --- arangod/RocksDBEngine/RocksDBPrimaryMockIndex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arangod/RocksDBEngine/RocksDBPrimaryMockIndex.cpp b/arangod/RocksDBEngine/RocksDBPrimaryMockIndex.cpp index 44ca9ebbf7..c78d730272 100644 --- a/arangod/RocksDBEngine/RocksDBPrimaryMockIndex.cpp +++ b/arangod/RocksDBEngine/RocksDBPrimaryMockIndex.cpp @@ -95,7 +95,7 @@ RocksDBAllIndexIterator::RocksDBAllIndexIterator( ManagedDocumentResult* mmdr, RocksDBPrimaryMockIndex const* index, bool reverse) : IndexIterator(collection, trx, mmdr, index), - _reverse(reverse), + //_reverse(reverse), _keyRevMap(index->_keyRevMap), _iterator(index->_keyRevMap.begin()) {}