summaryrefslogtreecommitdiff
path: root/bench/wtperf/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'bench/wtperf/config.c')
-rw-r--r--bench/wtperf/config.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bench/wtperf/config.c b/bench/wtperf/config.c
index d9a22f4708d..3cb20ff2b26 100644
--- a/bench/wtperf/config.c
+++ b/bench/wtperf/config.c
@@ -156,9 +156,6 @@ config_compress(CONFIG *cfg)
if (strcmp(s, "none") == 0) {
cfg->compress_ext = NULL;
cfg->compress_table = NULL;
- } else if (strcmp(s, "bzip") == 0) {
- cfg->compress_ext = BZIP_EXT;
- cfg->compress_table = BZIP_BLK;
} else if (strcmp(s, "lz4") == 0) {
cfg->compress_ext = LZ4_EXT;
cfg->compress_table = LZ4_BLK;