Remove zere len slice declaration in flow_graph.go (#13474)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/13493/head
congqixia 2021-12-16 09:21:24 +08:00 committed by GitHub
parent 3eb7aaaecb
commit 3cf12b3ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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{}),
}