refactor(cpp/db): remove dummy apis

Former-commit-id: ae045a47ba22ed7ca5084700359e508ce5070491
pull/191/head
Xu Peng 2019-04-14 20:06:36 +08:00
parent 0d176701fb
commit 41f85d341c
1 changed files with 0 additions and 3 deletions

View File

@ -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;