aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--background/storage.js4
1 files changed, 0 insertions, 4 deletions
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()