diff --git a/bundle/config/target.go b/bundle/config/target.go index d261018dc..fc6ba7b5b 100644 --- a/bundle/config/target.go +++ b/bundle/config/target.go @@ -8,8 +8,6 @@ import ( type Mode string -type TargetVariable variable.Variable - // Target defines overrides for a single target. // This structure is recursively merged into the root configuration. type Target struct {