From 41f85d341c88a00a9f60556a8cf79305aaac7970 Mon Sep 17 00:00:00 2001 From: Xu Peng Date: Sun, 14 Apr 2019 20:06:36 +0800 Subject: [PATCH] refactor(cpp/db): remove dummy apis Former-commit-id: ae045a47ba22ed7ca5084700359e508ce5070491 --- cpp/src/db/db_impl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpp/src/db/db_impl.h b/cpp/src/db/db_impl.h index f93a14e798..cc52a05dff 100644 --- a/cpp/src/db/db_impl.h +++ b/cpp/src/db/db_impl.h @@ -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;