mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for deleteLoadIndexInfo (#14956)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14968/head
parent
b88c313424
commit
c79cbd341a
|
@ -48,6 +48,7 @@ func newLoadIndexInfo() (*LoadIndexInfo, error) {
|
|||
return &LoadIndexInfo{cLoadIndexInfo: cLoadIndexInfo}, nil
|
||||
}
|
||||
|
||||
// deleteLoadIndexInfo would delete C.CLoadIndexInfo
|
||||
func deleteLoadIndexInfo(info *LoadIndexInfo) {
|
||||
C.DeleteLoadIndexInfo(info.cLoadIndexInfo)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue