Skip to content

Commit

Permalink
Merge pull request nextapps-de#55 from TehShrike/remove-unused-variables
Browse files Browse the repository at this point in the history
Remove unused variables
  • Loading branch information
ts-thomas authored Feb 21, 2019
2 parents 4b90402 + 3039fb4 commit 9e0ca52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flexsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -1481,8 +1481,6 @@
let cursor;
let sort;
let suggest;
let enrich;
let clone;

if(is_object(query) && (!SUPPORT_DOCUMENT || !is_array(query))){

Expand All @@ -1502,8 +1500,6 @@
cursor = SUPPORT_PAGINATION && query["page"];
limit = query["limit"];
threshold = query["threshold"];
enrich = query["enrich"];
clone = query["clone"];
suggest = SUPPORT_SUGGESTION && query["suggest"];
query = query["query"];
}
Expand Down

0 comments on commit 9e0ca52

Please sign in to comment.