document_db.cc: remove unused variable
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
28a6e31583
commit
86e29f0334
@ -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…
Reference in New Issue
Block a user