Skip to content

Commit c576473

Browse files
committed
fix staticcheck:pkg/volume/awsebs
Signed-off-by: yuxiaobo <[email protected]>
1 parent e3f90df commit c576473

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

hack/.staticcheck_failures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pkg/util/iptables
2525
pkg/util/ipvs/testing
2626
pkg/util/netsh
2727
pkg/volume
28-
pkg/volume/awsebs
2928
pkg/volume/azure_dd
3029
pkg/volume/azure_file
3130
pkg/volume/cinder

pkg/volume/awsebs/aws_ebs.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,7 @@ func (d *awsElasticBlockStoreDeleter) Delete() error {
481481

482482
type awsElasticBlockStoreProvisioner struct {
483483
*awsElasticBlockStore
484-
options volume.VolumeOptions
485-
namespace string
484+
options volume.VolumeOptions
486485
}
487486

488487
var _ volume.Provisioner = &awsElasticBlockStoreProvisioner{}

0 commit comments

Comments
 (0)