refactor(db): remove dummy struct

Former-commit-id: a90c3f127fb84a879956a8383af9def829504208
pull/191/head
Xu Peng 2019-05-27 17:03:13 +08:00
parent d7904acccb
commit aa60c62870
1 changed files with 0 additions and 6 deletions

View File

@ -48,12 +48,6 @@ struct Options {
}; // Options
struct GroupOptions {
size_t dimension;
bool has_id = false;
}; // GroupOptions
} // namespace engine
} // namespace vecwise
} // namespace zilliz