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
This commit is contained in:
parent
bf4b1528d8
commit
82c31792d0
@ -55,15 +55,15 @@ public:
|
||||
|
||||
static LDBCommand* InitFromCmdLineArgs(
|
||||
const vector<string>& args,
|
||||
const Options& options = Options(),
|
||||
const LDBOptions& ldb_options = LDBOptions()
|
||||
const Options& options,
|
||||
const LDBOptions& ldb_options
|
||||
);
|
||||
|
||||
static LDBCommand* InitFromCmdLineArgs(
|
||||
int argc,
|
||||
char** argv,
|
||||
const Options& options = Options(),
|
||||
const LDBOptions& ldb_options = LDBOptions()
|
||||
const Options& options,
|
||||
const LDBOptions& ldb_options
|
||||
);
|
||||
|
||||
bool ValidateCmdLineOptions();
|
||||
|
Loading…
Reference in New Issue
Block a user