projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac38372
)
manual-tests: Fix unused variables
author
Colin Walters
<walters@verbum.org>
Fri, 26 Mar 2021 19:46:25 +0000
(19:46 +0000)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/manual-tests/upgrade-loop.js
b/manual-tests/upgrade-loop.js
index 15b9eddd4a11becfcc93dec26022fb8895a1db8b..72086d5860a49f19d217211e871e5913653c953d 100644
(file)
--- 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();