document_db.cc: remove unused variable

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
main
Danny Al-Gaaf 10 years ago
parent 28a6e31583
commit 86e29f0334
  1. 1
      utilities/document/document_db.cc

@ -407,7 +407,6 @@ class SimpleSortedIndex : public Index {
assert(interval != nullptr); // because index is useful assert(interval != nullptr); // because index is useful
Direction direction; Direction direction;
std::string op;
const JSONDocument* limit; const JSONDocument* limit;
if (interval->lower_bound != nullptr) { if (interval->lower_bound != nullptr) {
limit = interval->lower_bound; limit = interval->lower_bound;

Loading…
Cancel
Save