Skip to content

Commit 3a6cf61

Browse files
authored
Remove unused variable
1 parent 069eb27 commit 3a6cf61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cloud/services/networking/network.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ func (s *Service) ReconcileNetwork(clusterName string, openStackCluster *infrav1
5757
return nil
5858
}
5959

60-
var portSecurityEnabled gophercloud.EnabledState
6160
var opts createOpts
6261
if openStackCluster.Spec.DisablePortSecurity {
6362
opts = createOpts{

0 commit comments

Comments
 (0)