mirror of https://github.com/milvus-io/milvus.git
refactor(db): remove dummy struct
Former-commit-id: a90c3f127fb84a879956a8383af9def829504208pull/191/head
parent
d7904acccb
commit
aa60c62870
|
@ -48,12 +48,6 @@ struct Options {
|
||||||
}; // Options
|
}; // Options
|
||||||
|
|
||||||
|
|
||||||
struct GroupOptions {
|
|
||||||
size_t dimension;
|
|
||||||
bool has_id = false;
|
|
||||||
}; // GroupOptions
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace engine
|
} // namespace engine
|
||||||
} // namespace vecwise
|
} // namespace vecwise
|
||||||
} // namespace zilliz
|
} // namespace zilliz
|
||||||
|
|
Loading…
Reference in New Issue