Browse Source

chore(yay): remove unused constant (#2179)

remove unused constant

Co-authored-by: christian-heusel <christian@heusel.eu>
Jo 1 year ago
parent
commit
39f0d4e9a1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/download/abs.go

+ 0 - 1
pkg/download/abs.go

@@ -14,7 +14,6 @@ import (
 
 const (
 	MaxConcurrentFetch = 20
-	_urlPackagePath    = "https://gitlab.archlinux.org/archlinux/packaging/packages/0ad/-/raw/main/PKGBUILD"
 	absPackageURL      = "https://gitlab.archlinux.org/archlinux/packaging/packages"
 )