mirror of https://github.com/milvus-io/milvus.git
Remove zere len slice declaration in flow_graph.go (#13474)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/13493/head
parent
3eb7aaaecb
commit
3cf12b3ea7
|
@ -29,7 +29,6 @@ func (fg *TimeTickedFlowGraph) AddNode(node Node) {
|
|||
nodeName := node.Name()
|
||||
nodeCtx := nodeCtx{
|
||||
node: node,
|
||||
inputChannels: make([]chan Msg, 0),
|
||||
downstreamInputChanIdx: make(map[string]int),
|
||||
closeCh: make(chan struct{}),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue