From 80e4f27a599935ae2b98f469c8c5cd8b3889bc09 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 26 Mar 2021 19:46:25 +0000 Subject: [PATCH] manual-tests: Fix unused variables lgtm.com harshly makes our JS grade "D" due to these unused variables. --- manual-tests/upgrade-loop.js | 3 --- 1 file changed, 3 deletions(-) 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();