Delete useless var in queryCoord struct (#8004)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
xige-16 2021-09-26 21:59:58 +08:00 committed by GitHub
parent f30f9826ef
commit d35b0718e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,6 @@ type QueryCoord struct {
eventChan <-chan *sessionutil.SessionEvent
stateCode atomic.Value
isInit atomic.Value
enableGrpc bool
msFactory msgstream.Factory