mirror of https://github.com/milvus-io/milvus.git
refactor(cpp/db): remove dummy apis
Former-commit-id: 900f085c733a2131c6db9de8940403635898e955pull/191/head
parent
e1a5d5effa
commit
c6f36c8fba
|
@ -36,9 +36,6 @@ private:
|
|||
void background_call();
|
||||
void background_compaction();
|
||||
|
||||
Status meta_add_group(const std::string& group_id_);
|
||||
Status meta_add_group_file(const std::string& group_id_);
|
||||
|
||||
const _dbname;
|
||||
Env* const _env;
|
||||
const Options _options;
|
||||
|
|
Loading…
Reference in New Issue