Fix master compile error (#8333)

Resolves: #8336

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
XuanYang-cn 2021-09-22 20:31:54 +08:00 committed by GitHub
parent 2f92f78e7b
commit 4ee8275b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -81,6 +81,7 @@ coverage.txt
profile.out
profile.txt
go_coverage.html
cover.out
# codecov-cpp generated files
lcov_*.info

View File

@ -27,8 +27,6 @@ import (
"time"
"unsafe"
"github.com/milvus-io/milvus/internal/util/trace"
"github.com/milvus-io/milvus/internal/common"
"go.uber.org/zap"