summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2021-03-26 19:46:25 +0000
committerColin Walters <walters@verbum.org>2021-04-07 11:48:35 -0400
commit80e4f27a599935ae2b98f469c8c5cd8b3889bc09 (patch)
treea557218c8e8db47bca0ca942c081dc6c07c84d84 /manual-tests
parentac38372f4988c48686463d8ce691235f2ea1983c (diff)
downloadostree-80e4f27a599935ae2b98f469c8c5cd8b3889bc09.tar.gz
manual-tests: Fix unused variables
lgtm.com harshly makes our JS grade "D" due to these unused variables.
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/upgrade-loop.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/manual-tests/upgrade-loop.js b/manual-tests/upgrade-loop.js
index 15b9eddd..72086d58 100644
--- a/manual-tests/upgrade-loop.js
+++ b/manual-tests/upgrade-loop.js
@@ -24,9 +24,6 @@
// could watch the output, and assert that the system is in a
// consistent state if this script is killed and restarted. randomly.
-const GLib = imports.gi.GLib;
-const Gio = imports.gi.Gio;
-
const OSTree = imports.gi.OSTree;
let sysroot = OSTree.Sysroot.new_default();