提交 2d4fe048 编写于 作者: L Lei Jin

remove dead code

Summary:
as title

Test Plan:
make db_test
上级 9ab01323
......@@ -718,15 +718,6 @@ class DBTest {
Status TryReopen(const Options& options) {
Close();
/*
Options opts;
if (options != nullptr) {
opts = *options;
} else {
opts = CurrentOptions();
opts.create_if_missing = true;
}
*/
last_options_ = options;
return DB::Open(options, dbname_, &db_);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册