Skip to content

Commit 58d79fc

Browse files
committed
Removes unused availabilityZoneAllocations method from MAAS environ.
1 parent e18c6a4 commit 58d79fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

provider/maas/environ.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,8 +926,6 @@ func (env *maasEnviron) DistributeInstances(
926926
return common.DistributeInstances(env, ctx, candidates, distributionGroup, limitZones)
927927
}
928928

929-
var availabilityZoneAllocations = common.AvailabilityZoneAllocations
930-
931929
// MaintainInstance is specified in the InstanceBroker interface.
932930
func (*maasEnviron) MaintainInstance(ctx context.ProviderCallContext, args environs.StartInstanceParams) error {
933931
return nil

0 commit comments

Comments
 (0)