1
0
Fork 0

fix compile warning

This commit is contained in:
jsteemann 2017-12-06 14:41:15 +01:00
parent ec80ee39fd
commit 53c2349d7c
1 changed files with 0 additions and 5 deletions

View File

@ -472,11 +472,6 @@ IndexIterator* RocksDBFulltextIndex::iteratorForCondition(transaction::Methods*
std::string attr = args->getMember(1)->getString();
std::string query = args->getMember(2)->getString();
size_t limit = 0;
if (numMembers == 4) {
limit = args->getMember(3)->getIntValue();
}
FulltextQuery parsedQuery;
Result res = parseQueryString(query, parsedQuery);
if (res.fail()) {