Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-kuoka committed May 13, 2016
1 parent ea9f366 commit f9c4f4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions multi-node/aws/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ func ClusterFromBytes(data []byte) (*Cluster, error) {

// For backward-compatibility
if len(c.Subnets) == 0 {
if c.InstanceCIDR == "" {
c.InstanceCIDR = "10.0.0.0/24"
}
c.Subnets = []Subnet{
{
AvailabilityZone: c.AvailabilityZone,
Expand Down

0 comments on commit f9c4f4c

Please sign in to comment.