[libvirt PATCH 22/33] ci: helper: Drop _lcitool_get_targets method

Erik Skultety eskultet at redhat.com
Fri Aug 25 17:55:30 UTC 2023


This method unused anywhere, so drop it.

Signed-off-by: Erik Skultety <eskultet at redhat.com>
---
 ci/helper | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ci/helper b/ci/helper
index fb562d55e1..8986772153 100755
--- a/ci/helper
+++ b/ci/helper
@@ -163,10 +163,6 @@ class Application:
         output = subprocess.check_output([self._args.lcitool] + args)
         return output.decode("utf-8")
 
-    def _lcitool_get_targets(self):
-        output = self._lcitool_run(["targets"])
-        return output.splitlines()
-
     def _check_stale_images(self):
         namespace = self._args.namespace
         gitlab_uri = self._args.gitlab_uri
-- 
2.41.0



More information about the libvir-list mailing list