manual-tests: Fix unused variables

lgtm.com harshly makes our JS grade "D" due to these unused
variables.
This commit is contained in:
Colin Walters 2021-03-26 19:46:25 +00:00
parent ac38372f49
commit 80e4f27a59
1 changed files with 0 additions and 3 deletions

View File

@ -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();