From fb9c808cdaa46833c0cbd7f6c918d6b61aec1aca Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 21 Jul 2021 17:40:04 +0200 Subject: remove unused variables --- background/storage.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'background') diff --git a/background/storage.js b/background/storage.js index 7229a2d..682f933 100644 --- a/background/storage.js +++ b/background/storage.js @@ -101,10 +101,6 @@ async function list(prefix) return {map, prefix, name, listeners : new Set(), lock : make_lock()}; } -var pages; -var bags; -var scripts; - var list_by_prefix = {}; async function init() -- cgit v1.2.3