manual-tests: Fix unused variables
lgtm.com harshly makes our JS grade "D" due to these unused variables.
This commit is contained in:
parent
ac38372f49
commit
80e4f27a59
|
|
@ -24,9 +24,6 @@
|
||||||
// could watch the output, and assert that the system is in a
|
// could watch the output, and assert that the system is in a
|
||||||
// consistent state if this script is killed and restarted. randomly.
|
// 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;
|
const OSTree = imports.gi.OSTree;
|
||||||
|
|
||||||
let sysroot = OSTree.Sysroot.new_default();
|
let sysroot = OSTree.Sysroot.new_default();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue