Some unused global variables.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4190 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-02-19 13:16:55 +00:00
parent 4ce988d00b
commit f55f863867
2 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import * as core from './core.js';
import * as form from './form.js';
let gTokens = {};
let gDatabase = new Database("auth");
const kRefreshInterval = 1 * 7 * 24 * 60 * 60 * 1000;

View File

@ -143,8 +143,6 @@ async function getSessionProcessBlob(blobId, session, options) {
return getProcessBlob(blobId, 'session_' + session, actualOptions);
}
let gManifestCache = {};
async function getProcessBlob(blobId, key, options) {
let process = gProcesses[key];
if (!process