Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
qvicksilver committed Jun 13, 2020
1 parent 069eb27 commit 3a6cf61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cloud/services/networking/network.go
Expand Up @@ -57,7 +57,6 @@ func (s *Service) ReconcileNetwork(clusterName string, openStackCluster *infrav1
return nil
}

var portSecurityEnabled gophercloud.EnabledState
var opts createOpts
if openStackCluster.Spec.DisablePortSecurity {
opts = createOpts{
Expand Down

0 comments on commit 3a6cf61

Please sign in to comment.