manual-tests: Fix unused variables
authorColin Walters <walters@verbum.org>
Fri, 26 Mar 2021 19:46:25 +0000 (19:46 +0000)
committerColin Walters <walters@verbum.org>
Wed, 7 Apr 2021 15:48:35 +0000 (11:48 -0400)
lgtm.com harshly makes our JS grade "D" due to these unused
variables.

manual-tests/upgrade-loop.js

index 15b9eddd4a11becfcc93dec26022fb8895a1db8b..72086d5860a49f19d217211e871e5913653c953d 100644 (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();