Commit 003d6216 authored by John Esmet's avatar John Esmet Committed by Yoni Fogel

refs #5702 remove unnecessary/unused function


git-svn-id: file:///svn/toku/tokudb@52568 c7de825b-a66e-492c-adef-691d508d4ae1
parent a4e2fdd6
......@@ -2646,19 +2646,6 @@ UU() stress_recover(struct cli_args *args) {
{ int chk_r = close_tables(env, dbs, args->num_DBs); CKERR(chk_r); }
}
static void
UU() close_and_reopen_tables(DB_ENV *env, DB **dbs, struct cli_args *args) {
{ int chk_r = close_tables(env, dbs, args->num_DBs); CKERR(chk_r); }
{ int chk_r = open_tables(&env,
dbs,
args->num_DBs,
stress_cmp,
args); CKERR(chk_r); }
if (args->warm_cache) {
do_warm_cache(env, dbs, args);
}
}
static void
test_main(struct cli_args *args, bool fill_with_zeroes)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment