forked from TrueCloudLab/frostfs-node
[#2176] neofs-node: Remove unused field from morphContainerWriter
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
8ee590794f
commit
93eb72ef44
1 changed files with 0 additions and 2 deletions
|
@ -127,7 +127,6 @@ func initContainerService(c *cfg) {
|
||||||
cnrRdr.get = c.cfgObject.cnrSource
|
cnrRdr.get = c.cfgObject.cnrSource
|
||||||
|
|
||||||
cnrWrt.cacheEnabled = true
|
cnrWrt.cacheEnabled = true
|
||||||
cnrWrt.lists = cachedContainerLister
|
|
||||||
cnrWrt.eacls = cachedEACLStorage
|
cnrWrt.eacls = cachedEACLStorage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -658,7 +657,6 @@ type morphContainerWriter struct {
|
||||||
|
|
||||||
cacheEnabled bool
|
cacheEnabled bool
|
||||||
eacls ttlEACLStorage
|
eacls ttlEACLStorage
|
||||||
lists ttlContainerLister
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m morphContainerWriter) Put(cnr containerCore.Container) (*cid.ID, error) {
|
func (m morphContainerWriter) Put(cnr containerCore.Container) (*cid.ID, error) {
|
||||||
|
|
Loading…
Reference in a new issue