Skip to content

Commit

Permalink
fix: Removing unused variables in CacheNode
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Jun 25, 2018
1 parent 15f99e3 commit 1c99408
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/cacheNode.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
const WINDOW = Symbol('window');
const CountMinSketch = require('./sketch');

/**
* Node in a double-linked list.
*/
Expand Down

0 comments on commit 1c99408

Please sign in to comment.