Skip to content

Commit

Permalink
minor(cache): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 22, 2018
1 parent ab4abf5 commit b83c030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cache/src/tlru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class TLRUCache<K, V> extends LRUCache<K, V> {
}

protected ensureSize() {
const release = this.opts.release;
const maxs = this.opts.maxsize;
const maxl = this.opts.maxlen;
const now = Date.now();
Expand Down

0 comments on commit b83c030

Please sign in to comment.