Update db_bench_tool.cc (#1239)

* Update db_bench_tool.cc

* Update db_bench_tool.cc
This commit is contained in:
zhang-tong 2016-07-25 14:50:44 -07:00 committed by Islam AbdelRahman
parent c6654588bd
commit b2a8016df1

View File

@ -2704,9 +2704,6 @@ class Benchmark {
}
#endif // ROCKSDB_LITE
if (FLAGS_min_level_to_compress >= 0) {
options.compression_per_level.clear();
}
}
void InitializeOptionsGeneral(Options* opts) {