about summary refs log tree commit diff
path: root/src/state/models/cache/handle-resolutions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/models/cache/handle-resolutions.ts')
-rw-r--r--src/state/models/cache/handle-resolutions.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/state/models/cache/handle-resolutions.ts b/src/state/models/cache/handle-resolutions.ts
deleted file mode 100644
index 2e2b69661..000000000
--- a/src/state/models/cache/handle-resolutions.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import {LRUMap} from 'lru_map'
-
-export class HandleResolutionsCache {
-  cache: LRUMap<string, string> = new LRUMap(500)
-}