From: Erik Skultety Date: Thu, 24 Aug 2023 09:12:27 +0000 (+0200) Subject: ci: helper: Drop _lcitool_get_targets method X-Git-Tag: v9.8.0-rc1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f78628fb69a0d45612ee87dadbe4189ee0d5492;p=thirdparty%2Flibvirt.git ci: helper: Drop _lcitool_get_targets method This method unused anywhere, so drop it. Signed-off-by: Erik Skultety Reviewed-by: Daniel P. Berrangé --- 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