diff --git a/src/classes/table/table.ts b/src/classes/table/table.ts index 6fa0acdf3..95890707c 100644 --- a/src/classes/table/table.ts +++ b/src/classes/table/table.ts @@ -145,7 +145,6 @@ export class Table implements ITable { // Ok, now let's fallback to finding at least one matching index // and filter the rest. const { idxByName } = this.schema; - const idb = this.db._deps.indexedDB; function equals(a, b) { return cmp(a, b) === 0; // Works with all indexable types including binary keys.