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

Erik Skultety posted 33 patches 2 years, 5 months ago
There is a newer version of this series
[libvirt PATCH 22/33] ci: helper: Drop _lcitool_get_targets method
Posted by Erik Skultety 2 years, 5 months ago
This method unused anywhere, so drop it.

Signed-off-by: Erik Skultety <eskultet@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
Re: [libvirt PATCH 22/33] ci: helper: Drop _lcitool_get_targets method
Posted by Daniel P. Berrangé 2 years, 5 months ago
On Fri, Aug 25, 2023 at 07:55:30PM +0200, Erik Skultety wrote:
> This method unused anywhere, so drop it.
> 
> Signed-off-by: Erik Skultety <eskultet@redhat.com>
> ---
>  ci/helper | 4 ----
>  1 file changed, 4 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|