refactor(cpp/db): remove dummy apis

Former-commit-id: 900f085c733a2131c6db9de8940403635898e955
pull/191/head
Xu Peng 2019-04-14 20:06:36 +08:00 committed by xj.lin
parent e1a5d5effa
commit c6f36c8fba
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;