From: Colin Walters Date: Fri, 26 Mar 2021 19:46:25 +0000 (+0000) Subject: manual-tests: Fix unused variables X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~4^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=80e4f27a599935ae2b98f469c8c5cd8b3889bc09;p=ostree.git manual-tests: Fix unused variables lgtm.com harshly makes our JS grade "D" due to these unused variables. --- 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();