summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.h
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-01-28 12:44:09 -0500
committerKeith Bostic <keith@wiredtiger.com>2016-01-28 12:44:09 -0500
commit12be963758d16e7669ea2d7025e5cf6c5e321b13 (patch)
treed6a2ba9278b46ee3ec027d81f4eae7420cf2e958 /bench/wtperf/wtperf.h
parent7fea169e425b2a56d88351f362d746d5b5dd77f5 (diff)
downloadmongo-12be963758d16e7669ea2d7025e5cf6c5e321b13.tar.gz
WT-2352: Allow build and test without requiring lz4
Remove support for the bzip2 compression engine.
Diffstat (limited to 'bench/wtperf/wtperf.h')
-rw-r--r--bench/wtperf/wtperf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bench/wtperf/wtperf.h b/bench/wtperf/wtperf.h
index 7dbe1822a26..f8d5a5c0bc9 100644
--- a/bench/wtperf/wtperf.h
+++ b/bench/wtperf/wtperf.h
@@ -73,9 +73,6 @@ typedef struct __truncate_queue_entry TRUNCATE_QUEUE_ENTRY;
#define EXTPATH "../../ext/compressors/" /* Extensions path */
#define BLKCMP_PFX ",block_compressor="
-#define BZIP_BLK BLKCMP_PFX "bzip2"
-#define BZIP_EXT \
- EXT_PFX EXTPATH "bzip2/.libs/libwiredtiger_bzip2.so" EXT_SFX
#define LZ4_BLK BLKCMP_PFX "lz4"
#define LZ4_EXT \
EXT_PFX EXTPATH "lz4/.libs/libwiredtiger_lz4.so" EXT_SFX