forked from TrueCloudLab/frostfs-node
[#288] pilorama: Remove getMeta() wrapper
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
0045f1bcd4
commit
291f9e809a
2 changed files with 1 additions and 6 deletions
|
@ -204,8 +204,3 @@ func (t tree) getByPath(attr string, path []string, latest bool) []Node {
|
|||
|
||||
return nodes
|
||||
}
|
||||
|
||||
// getMeta returns meta information of node n.
|
||||
func (t tree) getMeta(n Node) Meta {
|
||||
return t.infoMap[n].Meta
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue