mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-26 03:03:54 -04:00
internal: remove unused Labels on Iteration
The iteration structure that we use for linking a packer build to an iteration on HCP defines a `Labels' attribute, which is never set nor read from at any point. Since it is unused, we remove it in this commit.
This commit is contained in:
parent
6137745cc1
commit
73482bb636
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ type Iteration struct {
|
|||
AncestorSlug string
|
||||
Fingerprint string
|
||||
RunUUID string
|
||||
Labels map[string]string
|
||||
builds sync.Map
|
||||
expectedBuilds []string
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue