From ea0fe5a33e81da54a023503613ffb307dcf660d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9iy=C3=AC=20Zhang?= Date: Thu, 4 Aug 2022 15:55:17 -0700 Subject: [PATCH] remove const that's not used --- pkg/volume/csi/csi_attacher.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/volume/csi/csi_attacher.go b/pkg/volume/csi/csi_attacher.go index 57fbcb7e9c5..6c061730c81 100644 --- a/pkg/volume/csi/csi_attacher.go +++ b/pkg/volume/csi/csi_attacher.go @@ -43,10 +43,7 @@ import ( "k8s.io/utils/clock" ) -const ( - persistentVolumeInGlobalPath = "pv" - globalMountInGlobalPath = "globalmount" -) +const globalMountInGlobalPath = "globalmount" type csiAttacher struct { plugin *csiPlugin