From e5a40942982cae870f52a3d254feba70c0e46136 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 23 May 2026 13:55:17 +0900 Subject: internal/rosa: remove unused helpers These are no longer needed after migration. Signed-off-by: Ophestra --- internal/rosa/git.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'internal/rosa/git.go') diff --git a/internal/rosa/git.go b/internal/rosa/git.go index c7f8c5b9..d4d679ba 100644 --- a/internal/rosa/git.go +++ b/internal/rosa/git.go @@ -36,8 +36,3 @@ git \ rm -rf /work/.git `, resolvconf()) } - -// newTagRemote is a helper around NewViaGit for a tag on a git remote. -func (t Toolchain) newTagRemote(url, tag, checksum string) pkg.Artifact { - return t.NewViaGit(url, "refs/tags/"+tag, mustDecode(checksum)) -} -- cgit v1.3.1