mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 02:50:30 +00:00
Remove unused struct fields
Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
This commit is contained in:
parent
9f76f6bd59
commit
de1f099680
@ -36,9 +36,6 @@ type cephfsDriver struct {
|
|||||||
is *identityServer
|
is *identityServer
|
||||||
ns *nodeServer
|
ns *nodeServer
|
||||||
cs *controllerServer
|
cs *controllerServer
|
||||||
|
|
||||||
caps []*csi.VolumeCapability_AccessMode
|
|
||||||
cscaps []*csi.ControllerServiceCapability
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -41,9 +41,6 @@ type rbd struct {
|
|||||||
ids *identityServer
|
ids *identityServer
|
||||||
ns *nodeServer
|
ns *nodeServer
|
||||||
cs *controllerServer
|
cs *controllerServer
|
||||||
|
|
||||||
cap []*csi.VolumeCapability_AccessMode
|
|
||||||
cscap []*csi.ControllerServiceCapability
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user