提交 82c31792 编写于 作者: Y Yueh-Hsuan Chiang

Revert the default setting of InitFromCmdLineArgs().

Summary:
Revert the default setting of InitFromCmdLineArgs() as all the callers
currently provide full set of arguments.

Test Plan:
make reduce_levels_test
./reduce_levels_test

Reviewers: haobo, ljin

Reviewed By: ljin

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D19257
上级 bf4b1528
...@@ -55,15 +55,15 @@ public: ...@@ -55,15 +55,15 @@ public:
static LDBCommand* InitFromCmdLineArgs( static LDBCommand* InitFromCmdLineArgs(
const vector<string>& args, const vector<string>& args,
const Options& options = Options(), const Options& options,
const LDBOptions& ldb_options = LDBOptions() const LDBOptions& ldb_options
); );
static LDBCommand* InitFromCmdLineArgs( static LDBCommand* InitFromCmdLineArgs(
int argc, int argc,
char** argv, char** argv,
const Options& options = Options(), const Options& options,
const LDBOptions& ldb_options = LDBOptions() const LDBOptions& ldb_options
); );
bool ValidateCmdLineOptions(); bool ValidateCmdLineOptions();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册